Skip to content

Commit

Permalink
Merge pull request #134 from arfc/fix-version-py-0.4.0
Browse files Browse the repository at this point in the history
Update version.py
  • Loading branch information
munkm authored Feb 17, 2022
2 parents 47e6017 + aba43cb commit a276b15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions saltproc/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
_version_major = 0
_version_minor = 4
_version_micro = '' # use '' for first of series, number for 1 and above
_version_extra = 'dev'
# _version_extra = '0' # Uncomment this for full releases
# _version_extra = 'dev'
_version_extra = '0' # Uncomment this for full releases

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

0 comments on commit a276b15

Please sign in to comment.