Skip to content

Commit

Permalink
Bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
emesik committed Aug 16, 2021
1 parent 5a18b5f commit 49c7175
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Python Cardano module
**This software is in development phase. Please consider it experimental and don't rely on any
API to be stable before version 1.0 comes.**

There's release 0.7 available. It is usable but more advanced features haven't been well tested
There's release 0.7.1 available. It is usable but more advanced features haven't been well tested
yet.

Prerequisites
Expand Down
2 changes: 1 addition & 1 deletion cardano/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7"
__version__ = "0.7.1"
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Michał Sałaban'

# The full version, including alpha/beta/rc tags
release = '0.7'
release = '0.7.1'


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 49c7175

Please sign in to comment.