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 498265c commit 9695fafCopy full SHA for 9695faf
setup.py
@@ -1,6 +1,6 @@
1
import setuptools
2
3
-version = "0.2.1"
+version = "0.3.0"
4
5
with open("aix360/version.py", "w") as f:
6
f.write('# generated by setup.py\nversion = "{}"\n'.format(version))
0 commit comments