From ac587aeb715434a5e90cc430fa7b2834afbecab4 Mon Sep 17 00:00:00 2001 From: Inso <insomniak.fr@gmail.com> Date: Tue, 30 Jun 2015 12:39:28 +0200 Subject: [PATCH] Release version 0.10.1 --- README.md | 4 +--- src/cutecoin/__init__.py | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 631489fa..a33b2fc8 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 c11c8dd8..281f1840 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__) -- GitLab