Skip to content

Commit

Permalink
well, let's call the very first version written years ago v0.1, this …
Browse files Browse the repository at this point in the history
…is v0.2
  • Loading branch information
qyx268 committed Jan 23, 2024
1 parent a48441d commit b475115
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 @@ -73,7 +73,7 @@
builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME

# VERSION should be PEP440 compatible (http://www.python.org/dev/peps/pep-0440)
VERSION = metadata.get('version', '0.1.dev0')
VERSION = metadata.get('version', '0.2.dev0')

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

0 comments on commit b475115

Please sign in to comment.