We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f6d70 commit 63a3e02Copy full SHA for 63a3e02
CHANGES
@@ -1,4 +1,4 @@
1
-0.3.1 (2016-01-11)
+0.3.1 (2016-01-19)
2
------------------
3
4
- Fix bug in xmatch service that required astropy tables to have exactly 2
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.3.1.dev'
+VERSION = '0.3.1'
47
48
# Indicates if this version is a release version
49
RELEASE = 'dev' not in VERSION
0 commit comments