This repository was archived by the owner on Jan 13, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ This is the official Python library for the IOTA Core.
99It implements both the `official API `_, as well as newly-proposed functionality
1010(such as signing, bundles, utilities and conversion).
1111
12+ .. warning ::
13+ This is pre-release software!
14+ There may be performance and stability issues.
15+
16+ Please report any issues using the `PyOTA Bug Tracker `_.
17+
1218Join the Discussion
1319===================
1420If you want to get involved in the community, need help with getting setup,
@@ -59,4 +65,5 @@ For the full documentation of this library, please refer to the
5965.. _Slack : http://slack.iotatoken.com/
6066.. _dedicated forum : http://forum.iotatoken.com/
6167.. _official API : https://iota.readme.io/
68+ .. _PyOTA Bug Tracker : https://github.com/iotaledger/iota.lib.py/issues
6269.. _tox : https://tox.readthedocs.io/
Original file line number Diff line number Diff line change 3939 name = 'PyOTA' ,
4040 description = 'IOTA API library for Python' ,
4141 url = 'https://github.com/iotaledger/pyota' ,
42- version = '1.0.0' ,
42+ version = '1.0.0-beta1 ' ,
4343
4444 packages = ['iota' ],
4545
6161 license = 'MIT' ,
6262
6363 classifiers = [
64- 'Development Status :: 3 - Alpha ' ,
64+ 'Development Status :: 4 - Beta ' ,
6565 'Intended Audience :: Developers' ,
6666 'License :: OSI Approved :: MIT License' ,
6767 'Programming Language :: Python :: 2' ,
6868 'Programming Language :: Python :: 2.7' ,
6969 'Programming Language :: Python :: 3' ,
7070 'Programming Language :: Python :: 3.5' ,
71+ 'Programming Language :: Python :: 3.6' ,
7172 'Topic :: Software Development :: Libraries :: Python Modules' ,
7273 ],
7374
You can’t perform that action at this time.
0 commit comments