Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #328 from lzpap/release/3.0.0b2
Browse files Browse the repository at this point in the history
Release/3.0.0b2
  • Loading branch information
lzpap authored Apr 28, 2020
2 parents a890a47 + 1979e30 commit e0cdacb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/transfers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ with :py:class:`ProposedTransaction`.
]
imaginary_bundle = api.send_transfer(
transfers=transactions
transfers=fictional_transactions
)['bundle']
As all API methods in PyOTA, :py:meth:`~Iota.send_transfer` also returns
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
name='PyOTA',
description='IOTA API library for Python',
url='https://github.com/iotaledger/iota.py',
version='3.0.0b1',
version='3.0.0b2',

long_description=long_description,

Expand Down

0 comments on commit e0cdacb

Please sign in to comment.