There was an error while loading. Please reload this page.
2 parents 4289101 + 15705ca commit c393805Copy full SHA for c393805
2 files changed
CHANGES.rst
@@ -0,0 +1,10 @@
1
+1.1 (unreleased)
2
+================
3
+
4
+- no changes yet
5
6
+1.0 (2017-12-29)
7
8
9
+- initial release
10
+- fully functioning code
setup.py
@@ -47,7 +47,7 @@
47
builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME
48
49
# VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
50
-VERSION = '1.0.dev'
+VERSION = '1.1.dev'
51
52
# Indicates if this version is a release version
53
RELEASE = 'dev' not in VERSION
0 commit comments