diff --git a/README.md b/README.md index 631489fac59ba919841e221bbfe2056b0e742bbc..a33b2fc8506963ff5bd676b4d04341248ab38bdd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -Landscape | [](https://landscape.io/github/ucoin-io/cutecoin/dev) - Travis | [](https://travis-ci.org/ucoin-io/cutecoin) Appveyor | [](https://ci.appveyor.com/project/Insoleet/cutecoin/branch/dev) @@ -50,7 +48,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.10.0) + * Go to the [current release](https://github.com/ucoin-io/cutecoin/releases/tag/0.10.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 c11c8dd87f7145472b65a8b2ddd1be990342e64d..281f1840402a3ec854e31b9f05eba326ace67b86 100644 --- a/src/cutecoin/__init__.py +++ b/src/cutecoin/__init__.py @@ -1,2 +1,2 @@ -__version_info__ = ('0', '10', '0') +__version_info__ = ('0', '10', '1') __version__ = '.'.join(__version_info__)