Skip to content

Commit

Permalink
updated version number for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rabernat committed May 25, 2017
1 parent 60cccd0 commit d9ce7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xrft/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
_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 = '' # Uncomment this for full releases

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

0 comments on commit d9ce7ee

Please sign in to comment.