diff --git a/setup.py b/setup.py index 8cf8b36..f29ad0d 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ ascii = codecs.lookup('ascii') codecs.register(lambda name, enc=ascii: {True: enc}.get(name == 'mbcs')) -VERSION = '0.1.19' +VERSION = '0.1.20' setup( name='bitshares', @@ -40,7 +40,7 @@ 'Topic :: Office/Business :: Financial', ], install_requires=[ - "graphenelib>=0.6.3", + "graphenelib==0.6.9", "websockets", "appdirs", "Events",