Skip to content

Commit

Permalink
Bump develop version [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Jan 19, 2023
1 parent 672df7c commit 6c19136
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app_helper/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.2.0"
__version__ = "3.2.1.dev0"
__author__ = "Iacopo Spalletti <[email protected]>"
__all__ = ["runner"]

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.2.0
current_version = 3.2.1.dev0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.?)(?P<release>[a-z]*)(?P<relver>\d*)
serialize =
{major}.{minor}.{patch}.{release}{relver}
Expand Down

0 comments on commit 6c19136

Please sign in to comment.