Skip to content

Commit

Permalink
Bump develop version [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
protoroto committed Sep 26, 2023
1 parent 76617d2 commit 5659f17
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.3.2"
__version__ = "3.3.3.dev1"
__author__ = "Iacopo Spalletti <i.spalletti@nephila.digital>"
__all__ = ["runner"]

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ commit = true
message = "Release {new_version}"
commit_args = "--no-verify"
tag = false
current_version = "3.3.2"
current_version = "3.3.3.dev1"
parse = """(?x)
(?P<major>[0-9]+)
\\.(?P<minor>[0-9]+)
Expand Down

0 comments on commit 5659f17

Please sign in to comment.