mirror of
https://git.wownero.com/lza_menace/wownero-python.git
synced 2024-08-15 03:25:25 +00:00
Prepare for v0.2
This commit is contained in:
parent
cd41ee29be
commit
539ad6b165
3 changed files with 12 additions and 4 deletions
10
README.rst
10
README.rst
|
@ -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…
Reference in a new issue