From dce5ae0141b87a571389ae95e80d7bf46d48fc23 Mon Sep 17 00:00:00 2001 From: Leonardo Cavallucci Date: Tue, 2 Jan 2024 10:31:05 +0100 Subject: [PATCH] Bump develop version [ci skip] --- pyproject.toml | 2 +- taiga/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"]