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 815142d commit 1896036Copy full SHA for 1896036
setup.py
@@ -18,7 +18,7 @@ def read(fname):
18
return open(os.path.join(os.path.dirname(__file__), fname)).read()
19
20
21
-version = "0.0.2"
+version = "0.0.3"
22
name = "solidity-parser"
23
24
setup(
0 commit comments