diff --git a/README.md b/README.md index beb816a74478926f66b3565b11a170ab5ae6305f..29f2768719c2dc58a984eadab5a4757193ad6f2e 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Qt Client for [Ucoin](http://www.ucoin.io) project. * The executable is generated in "build" folder, named "cutecoin" ### How to download latest release - * Go to the [current release](https://github.com/ucoin-io/cutecoin/releases/tag/0.9.0) + * Go to the [current release](https://github.com/ucoin-io/cutecoin/releases/tag/0.9.1) * Download the package corresponding to your operating system * Unzip and start "cutecoin" :) * Join our beta community by contacting us on ucoin forums : forum.ucoin.io diff --git a/src/cutecoin/__init__.py b/src/cutecoin/__init__.py index e6ed9679fb238228bc293198797b9f570f657b37..15d06a58407740e20faf870a3e898afcece4a42e 100644 --- a/src/cutecoin/__init__.py +++ b/src/cutecoin/__init__.py @@ -1,2 +1,2 @@ -__version_info__ = ('0', '9', '0') +__version_info__ = ('0', '9', '1') __version__ = '.'.join(__version_info__)