From dbdf4d0a2f0b1b092d625b9c63830ea535717bd5 Mon Sep 17 00:00:00 2001
From: inso <insomniak.fr@gmaiL.com>
Date: Thu, 17 Mar 2016 20:23:01 +0100
Subject: [PATCH] Version 0.20.1dev2

---
 ucoinpy/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ucoinpy/__init__.py b/ucoinpy/__init__.py
index 8bd8e4c8..ee25dedf 100644
--- a/ucoinpy/__init__.py
+++ b/ucoinpy/__init__.py
@@ -21,7 +21,7 @@ PROTOCOL_VERSION="1"
 MANAGED_API=["BASIC_MERKLED_API"]
 
 __author__      = 'Caner Candan & inso'
-__version__     = '0.20.1dev1'
+__version__     = '0.20.1dev2'
 __nonsense__    = 'uCoin'
 
 from . import api, documents, key
\ No newline at end of file
-- 
GitLab