Skip to content

Commit 67ae4ca

Browse files
committed
Bump develop version [ci skip]
1 parent 3ce2962 commit 67ae4ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app_helper/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.3.5"
1+
__version__ = "3.3.6.dev1"
22
__author__ = "Iacopo Spalletti <[email protected]>"
33
__all__ = ["runner"]
44

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ commit = true
5454
message = "Release {new_version}"
5555
commit_args = "--no-verify"
5656
tag = false
57-
current_version = "3.3.5"
57+
current_version = "3.3.6.dev1"
5858
parse = """(?x)
5959
(?P<major>[0-9]+)
6060
\\.(?P<minor>[0-9]+)

0 commit comments

Comments
 (0)