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 f86b89c commit 2758079Copy full SHA for 2758079
setup.py
@@ -28,7 +28,7 @@
28
NAME = 'astropy'
29
30
# VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
31
-VERSION = '3.0.2.dev'
+VERSION = '3.0.2'
32
33
# Indicates if this version is a release version
34
RELEASE = 'dev' not in VERSION
0 commit comments