Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Richie-Halford committed Jul 11, 2018
1 parent 76b75c1 commit 216364a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudknot/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
_version_major = 0
_version_minor = 3
_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 216364a

Please sign in to comment.