Skip to content

Commit

Permalink
Update version string for the release.
Browse files Browse the repository at this point in the history
  • Loading branch information
arokem committed Jan 2, 2020
1 parent 48ef6be commit 4bacc9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AFQ/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
_version_major = 0
_version_minor = 1
_version_micro = '' # use '' for first of series, number for 1 and above
_version_extra = 'dev'
# _version_extra = '' # Uncomment this for full releases
# _version_extra = 'dev'
_version_extra = '' # Uncomment this for full releases

# Construct full version string from these.
_ver = [_version_major, _version_minor]
Expand Down

0 comments on commit 4bacc9a

Please sign in to comment.