Prepare for v0.2

0.2.x v0.2
Michał Sałaban 6 years ago
parent cd41ee29be
commit 539ad6b165

@ -20,10 +20,18 @@ Released under the BSD 3-Clause License. See `LICENSE.txt`_.
Copyright (c) 2017 Michał Sałaban <michal@salaban.info>
Copyright (c) 2016 The MoneroPy Developers (``monero/base58.py`` taken from `MoneroPy`_)
Copyright (c) 2016 The MoneroPy Developers (``monero/base58.py`` and ``monero/ed25519.py`` taken from `MoneroPy`_)
Copyright (c) 2011 thomasv@gitorious (``monero/seed.py`` based on `Electrum`_)
.. _`LICENSE.txt`: LICENSE.txt
.. _`MoneroPy`: https://github.com/bigreddmachine/MoneroPy
.. _`Electrum`: https://github.com/spesmilo/electrum
Contributors: `lalanza808`_, `cryptochangements34`_
.. _`lalanza808`: https://github.com/lalanza808
.. _`cryptochangements34`: https://github.com/cryptochangements34
Want to help?
-------------

@ -55,9 +55,9 @@ author = 'Michal Salaban'
# built documents.
#
# The short X.Y version.
version = '0.1.3'
version = '0.2'
# The full version, including alpha/beta/rc tags.
release = '0.1.3'
release = '0.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

@ -1,3 +1,3 @@
from . import address, account, daemon, wallet, numbers, prio, wordlists, seed
__version__ = '0.1.3'
__version__ = '0.2'

Loading…
Cancel
Save