From 42b157a08a9b59312ea3f9dbbc16b7fc0f101124 Mon Sep 17 00:00:00 2001 From: Fabian Schuh Date: Thu, 3 Nov 2016 11:56:10 +0100 Subject: [PATCH] version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 90e303da..936156ce 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ ascii = codecs.lookup('ascii') codecs.register(lambda name, enc=ascii: {True: enc}.get(name == 'mbcs')) -VERSION = '0.4.6' +VERSION = '0.4.7' setup(name='graphenelib', version=VERSION,