diff --git a/pyproject.toml b/pyproject.toml index 6447e83..8a0a485 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ commit = true message = "Release {new_version}" commit_args = "--no-verify" tag = false -current_version = "1.3.0" +current_version = "1.3.1.dev1" parse = """(?x) (?P[0-9]+) \\.(?P[0-9]+) diff --git a/taiga/__init__.py b/taiga/__init__.py index d4a7f93..9a93fde 100644 --- a/taiga/__init__.py +++ b/taiga/__init__.py @@ -5,7 +5,7 @@ """ Taiga Python API library """ -__version__ = "1.3.0" +__version__ = "1.3.1.dev1" __author__ = "Nephila" __license__ = "MIT" __all__ = ["TaigaAPI"]