Skip to content

Commit a47d7a5

Browse files
committed
Bump develop version [ci skip]
1 parent 350403f commit a47d7a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

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

taiga/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66
Taiga Python API library
77
"""
8-
__version__ = "1.3.3"
8+
__version__ = "1.3.4.dev1"
99
__author__ = "Nephila"
1010
__license__ = "MIT"
1111
__all__ = ["TaigaAPI"]

0 commit comments

Comments
 (0)