diff --git a/README.md b/README.md index f3cfcdb7b0ce01f87078f2ed2ac7fd57f81b96f7..60c30edbe1559be622beb2315f03dcd6f1f79e58 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.8.1) + * Go to the [current release](https://github.com/ucoin-io/cutecoin/releases/tag/0.8.2) * 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 ad18e517f2751dee4720ed48ac28e567a8202ebc..7229a37ada8f805f9f9467c53673418ec2c9c64c 100644 --- a/src/cutecoin/__init__.py +++ b/src/cutecoin/__init__.py @@ -1,2 +1,2 @@ -__version_info__ = ('0', '8', '1') +__version_info__ = ('0', '8', '2') __version__ = '.'.join(__version_info__)