From b51edccba8602d320f071b9249e8e6ffe99fafe8 Mon Sep 17 00:00:00 2001 From: Inso <insomniak.fr@gmail.com> Date: Fri, 16 Jan 2015 08:27:59 +0100 Subject: [PATCH] Version changed to 0.7.4 --- README.md | 2 +- src/cutecoin/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bfdfb7ff..ade7987f 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,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.7.3) + * Go to the [current release](https://github.com/ucoin-io/cutecoin/releases/tag/0.7.4) * 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 3abc76ea..c0201e10 100644 --- a/src/cutecoin/__init__.py +++ b/src/cutecoin/__init__.py @@ -1,2 +1,2 @@ -__version_info__ = ('0', '7', '3') +__version_info__ = ('0', '7', '4') __version__ = '.'.join(__version_info__) -- GitLab