Skip to content

Commit

Permalink
pypi doesn't accept +001 as version appendix
Browse files Browse the repository at this point in the history
  • Loading branch information
funbaker committed Jan 17, 2017
1 parent 24be9be commit 96d036a
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 @@ -61,7 +61,7 @@
builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME

# VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
VERSION = '0.5.0+001'
VERSION = '0.5.0.1'

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

0 comments on commit 96d036a

Please sign in to comment.