diff --git a/README.md b/README.md
index 1635eaa5a0e91a20d3e5247164c53cfbd58bf0f3..a997576091eafbb0b88088ea03085aa393ec1b98 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 684173bd8f9c8eabbacb5248c5454a08e57dd4a2..e2689e24c03581512122a4ad1cf189febd19d257 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__)