From 26cffed8863ee4c2c4022057ec7b4b5fda10c05c Mon Sep 17 00:00:00 2001 From: Bumsoo Kim Date: Mon, 5 Aug 2024 21:04:31 +0900 Subject: [PATCH] chore: bump version to 1.2.0 --- pyproject.toml | 4 ++-- src/ridiwise/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 51f36ce..6fe069c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,12 +61,12 @@ quote-style = "single" [tool.bumpversion] -current_version = "1.1.0" +current_version = "1.2.0" tag = true sign_tags = true -tag_message = "" commit = true message = "chore: bump version to {new_version}" +allow_dirty = true [[tool.bumpversion.files]] filename = 'src/ridiwise/__init__.py' diff --git a/src/ridiwise/__init__.py b/src/ridiwise/__init__.py index 1a72d32..58d478a 100644 --- a/src/ridiwise/__init__.py +++ b/src/ridiwise/__init__.py @@ -1 +1 @@ -__version__ = '1.1.0' +__version__ = '1.2.0'