Skip to content

Commit

Permalink
Bump version: 1.0.1-dev0 → 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasteuwen committed Feb 10, 2022
1 parent e430521 commit a354e82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion direct/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Copyright (c) DIRECT Contributors

__author__ = """direct contributors"""
__version__ = "1.0.1-dev0"
__version__ = "1.0.1"
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[bumpversion]
current_version = 1.0.1-dev0
current_version = 1.0.1
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

Expand Down

0 comments on commit a354e82

Please sign in to comment.