We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26719f7 commit 3f34527Copy full SHA for 3f34527
requirements.txt
@@ -1,3 +1,3 @@
1
-graphenelib>=1.1.11
+graphenelib>=1.1.16
2
websockets==7.0
3
Events==0.3
setup.py
@@ -13,7 +13,7 @@
13
ascii = codecs.lookup("ascii")
14
codecs.register(lambda name, enc=ascii: {True: enc}.get(name == "mbcs"))
15
16
-VERSION = "0.3.0"
+VERSION = "0.3.1"
17
URL = "https://github.com/bitshares/python-bitshares"
18
19
setup(
0 commit comments