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 e3a7cb1 commit e72b6e5Copy full SHA for e72b6e5
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