Skip to content

Commit

Permalink
Bump version: 0.5.1-dev1 → 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
titom73 committed Mar 31, 2022
1 parent c1a8937 commit 340c774
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ commit = True
tag = False
tag_message = Bump version: {current_version} → {new_version}
tag_name = v{new_version}
current_version = 0.5.1-dev1
current_version = 0.5.1
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)([-](?P<release>(dev|rc))+(?P<build>\d+))?
serialize =
{major}.{minor}.{patch}-{release}{build}
Expand Down
2 changes: 1 addition & 1 deletion eos_downloader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
__author__ = '@titom73'
__email__ = 'tom@inetsix.net'
__date__ = '2022-03-16'
__version__ = '0.5.1-dev1'
__version__ = '0.5.1'

__all__ = ["CvpAuthenticationItem", "CvFeatureManager", "EOSDownloader", "ObjectDownloader", "reverse"]

Expand Down

0 comments on commit 340c774

Please sign in to comment.