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

Commit e0cdacb

Browse files
authored
Merge pull request #328 from lzpap/release/3.0.0b2
Release/3.0.0b2
2 parents a890a47 + 1979e30 commit e0cdacb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/transfers.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ with :py:class:`ProposedTransaction`.
200200
]
201201
202202
imaginary_bundle = api.send_transfer(
203-
transfers=transactions
203+
transfers=fictional_transactions
204204
)['bundle']
205205
206206
As all API methods in PyOTA, :py:meth:`~Iota.send_transfer` also returns

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
name='PyOTA',
3535
description='IOTA API library for Python',
3636
url='https://github.com/iotaledger/iota.py',
37-
version='3.0.0b1',
37+
version='3.0.0b2',
3838

3939
long_description=long_description,
4040

0 commit comments

Comments
 (0)