From 7776e75be443c009d89f401bffef2c9c8e70db60 Mon Sep 17 00:00:00 2001
From: Caner Candan <caner@candan.fr>
Date: Thu, 2 Oct 2014 23:41:19 +0200
Subject: [PATCH] * increment version to 0.10.0

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

diff --git a/__init__.py b/__init__.py
index f050092c..88d12ef9 100644
--- a/__init__.py
+++ b/__init__.py
@@ -19,7 +19,7 @@
 __all__ = ['api']
 
 __author__      = 'Caner Candan'
-__version__     = '0.9.0'
+__version__     = '0.10.0'
 __nonsense__    = 'uCoin'
 
 import requests, logging, pylibscrypt, json
-- 
GitLab