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 1fc781c commit b73b226Copy full SHA for b73b226
setup.py
@@ -43,7 +43,7 @@
43
builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME
44
45
# VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
46
-VERSION = '0.2'
+VERSION = '0.2.1'
47
48
# Indicates if this version is a release version
49
RELEASE = 'dev' not in VERSION
0 commit comments