Bump up version

master
Michał Sałaban 2 years ago
parent 3aa9ff19b0
commit c88f4a8c65

@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1
current_version = 1.1.1
parse = (?P<major>\d+)\.(?P<minor>\d+)(?:\.(?P<patch>\d+))?
serialize =
{major}.{minor}.{patch}

@ -20,7 +20,7 @@ Python Monero module
A comprehensive Python module for handling Monero cryptocurrency.
* release 1.1
* release 1.1.1
* open source: https://github.com/monero-ecosystem/monero-python
* works with Monero 0.18.x and `the latest source`_ (at least we try to keep up)
* available on PyPi: https://pypi.org/project/monero/

@ -56,9 +56,9 @@ author = "Michal Salaban"
# built documents.
#
# The short X.Y version.
version = "1.1"
version = "1.1.1"
# The full version, including alpha/beta/rc tags.
release = "1.1"
release = "1.1.1"
# 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__ = "1.1"
__version__ = "1.1.1"

Loading…
Cancel
Save