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.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
emesik committed Mar 12, 2019
1 parent d81b291 commit 5f34048
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.5
* release 0.5.1
* open source: https://github.com/monero-ecosystem/monero-python
* works with Monero 0.12.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.5'
version = '0.5.1'
# The full version, including alpha/beta/rc tags.
release = '0.5'
release = '0.5.1'

# 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, daemon, wallet, numbers, prio, wordlists, seed

__version__ = '0.5'
__version__ = '0.5.1'

0 comments on commit 5f34048

Please sign in to comment.