From 6f9d7fa4b80ab17c0200b44febce7a8cf5ba3108 Mon Sep 17 00:00:00 2001
From: Inso <insomniak.fr@gmail.com>
Date: Sat, 23 Jan 2016 20:57:55 +0100
Subject: [PATCH] Version 0.13.2

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

diff --git a/ucoinpy/__init__.py b/ucoinpy/__init__.py
index a17013a5..eddb94f8 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.13.1'
+__version__     = '0.13.2'
 __nonsense__    = 'uCoin'
 
 from . import api, documents, key
\ No newline at end of file
-- 
GitLab