From b142092549c693e1abd4daf87bf1e16f1d151db9 Mon Sep 17 00:00:00 2001
From: Inso <insomniak.fr@gmail.com>
Date: Fri, 22 May 2015 13:33:20 +0200
Subject: [PATCH] Version 0.9.3

---
 README.md                | 2 +-
 src/cutecoin/__init__.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 1635eaa5..a9975760 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,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.2)
+  * Go to the [current release](https://github.com/ucoin-io/cutecoin/releases/tag/0.9.3)
   * 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 684173bd..e2689e24 100644
--- a/src/cutecoin/__init__.py
+++ b/src/cutecoin/__init__.py
@@ -1,2 +1,2 @@
-__version_info__ = ('0', '9', '2')
+__version_info__ = ('0', '9', '3')
 __version__ = '.'.join(__version_info__)
-- 
GitLab