Skip to content

Commit

Permalink
Increment version by one
Browse files Browse the repository at this point in the history
I am incrementing the version string so that I can attempt to tag
and then push, coaxing GA to upload both to test.pypi and to pypi
through the same action.
  • Loading branch information
arokem committed Jan 2, 2020
1 parent 4bacc9a commit 92a3cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AFQ/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z"
_version_major = 0
_version_minor = 1
_version_micro = '' # use '' for first of series, number for 1 and above
_version_micro = 1 # use '' for first of series, number for 1 and above
# _version_extra = 'dev'
_version_extra = '' # Uncomment this for full releases

Expand Down

0 comments on commit 92a3cb2

Please sign in to comment.