mirror of
https://git.wownero.com/lza_menace/wownero-python.git
synced 2024-08-15 03:25:25 +00:00
Prepare for release 0.3
This commit is contained in:
parent
a037f121b7
commit
d032fd2d86
2 changed files with 3 additions and 3 deletions
|
@ -55,9 +55,9 @@ author = 'Michal Salaban'
|
||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '0.2'
|
version = '0.3'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '0.2'
|
release = '0.3'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
from . import address, account, daemon, wallet, numbers, prio, wordlists, seed
|
from . import address, account, daemon, wallet, numbers, prio, wordlists, seed
|
||||||
|
|
||||||
__version__ = '0.2'
|
__version__ = '0.3'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue