Bump up version

0.9.x v0.9.3
Michał Sałaban 2 years ago
parent 035fedbafa
commit 18c7afbaa6

@ -0,0 +1,8 @@
[bumpversion]
current_version = 0.9.3
[bumpversion:file:README.rst]
[bumpversion:file:monero/__init__.py]
[bumpversion:file:docs/source/conf.py]

1
.gitignore vendored

@ -3,6 +3,7 @@
!.gitignore
!.travis.yml
!.pre-commit-config.yaml
!.bumpversion.cfg
*.py[co]
*~
*.bak

@ -14,7 +14,7 @@ Python Monero module
A comprehensive Python module for handling Monero cryptocurrency.
* release 0.9.2
* release 0.9.3
* open source: https://github.com/monero-ecosystem/monero-python
* works with Monero 0.13.x and `the latest source`_ (at least we try to keep up)
* Python 2.x and 3.x compatible

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

@ -1,3 +1,3 @@
from . import address, account, const, daemon, wallet, numbers, wordlists, seed
__version__ = "0.9.2"
__version__ = "0.9.3"

Loading…
Cancel
Save