Skip to content

Commit

Permalink
Bump version: 0.2.0-dev0 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasteuwen committed Oct 28, 2020
1 parent 08ae77f commit ef0632b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion direct/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

__author__ = """Jonas Teuwen"""
__email__ = "[email protected]"
__version__ = "0.2.0-dev0"
__version__ = "0.2.0"
7 changes: 3 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
[bumpversion]
current_version = 0.2.0-dev0
current_version = 0.2.0
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
serialize =
serialize =
{major}.{minor}.{patch}-{release}{build}
{major}.{minor}.{patch}

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

[bumpversion:part:build]


[bumpversion:file:direct/__init__.py]
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"
Expand Down

0 comments on commit ef0632b

Please sign in to comment.