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

Commit

Permalink
Bump up to 0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
emesik committed Jan 18, 2021
1 parent b195939 commit 91a533e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Python Monero module

A comprehensive Python module for handling Monero cryptocurrency.

* release 0.7.5
* release 0.7.6
* 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
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = '0.7.5'
version = '0.7.6'
# The full version, including alpha/beta/rc tags.
release = '0.7.5'
release = '0.7.6'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion monero/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from . import address, account, const, daemon, wallet, numbers, wordlists, seed

__version__ = "0.7.5"
__version__ = "0.7.6"

0 comments on commit 91a533e

Please sign in to comment.