Skip to content
This repository was archived by the owner on Mar 9, 2024. It is now read-only.

Commit c88f4a8

Browse files
committed
Bump up version
1 parent 3aa9ff1 commit c88f4a8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.1
2+
current_version = 1.1.1
33
parse = (?P<major>\d+)\.(?P<minor>\d+)(?:\.(?P<patch>\d+))?
44
serialize =
55
{major}.{minor}.{patch}

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Python Monero module
2020

2121
A comprehensive Python module for handling Monero cryptocurrency.
2222

23-
* release 1.1
23+
* release 1.1.1
2424
* open source: https://github.com/monero-ecosystem/monero-python
2525
* works with Monero 0.18.x and `the latest source`_ (at least we try to keep up)
2626
* available on PyPi: https://pypi.org/project/monero/

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
# built documents.
5757
#
5858
# The short X.Y version.
59-
version = "1.1"
59+
version = "1.1.1"
6060
# The full version, including alpha/beta/rc tags.
61-
release = "1.1"
61+
release = "1.1.1"
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# for a list of supported languages.

monero/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from . import address, account, const, daemon, wallet, numbers, wordlists, seed
22

3-
__version__ = "1.1"
3+
__version__ = "1.1.1"

0 commit comments

Comments
 (0)