Prepare for release 0.3

This commit is contained in:
Michał Sałaban 2018-05-21 17:26:51 +02:00
parent a037f121b7
commit d032fd2d86
2 changed files with 3 additions and 3 deletions

View File

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

View File

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