Skip to content

Commit

Permalink
bump: set version v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
titom73 committed Feb 3, 2023
1 parent 2155aab commit cd482fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ commit = True
tag = False
tag_message = Bump version: {current_version} → {new_version}
tag_name = v{new_version}
current_version = 0.6.0-dev1
current_version = 0.7.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)([-](?P<release>(dev|rc))+(?P<build>\d+))?
serialize =
serialize =
{major}.{minor}.{patch}-{release}{build}
{major}.{minor}.{patch}

[bumpversion:part:release]
first_value = dev
optional_value = prod
values =
values =
dev
prod

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.6.0-dev1'
__version__ = '0.7.0'

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

Expand Down

0 comments on commit cd482fe

Please sign in to comment.