Skip to content

Commit

Permalink
update version in setup.py to reflect branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kosack committed Jun 30, 2016
1 parent d5cf3a0 commit d14fa27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME

# VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
VERSION = '0.0.dev'
VERSION = '0.1dev'

# Indicates if this version is a release version
RELEASE = 'dev' not in VERSION
Expand Down

0 comments on commit d14fa27

Please sign in to comment.