From 9aedacbb554d34f0664314f5cb80fed6c2c33c7c Mon Sep 17 00:00:00 2001 From: Bumsoo Kim Date: Sun, 8 Sep 2024 18:56:37 +0900 Subject: [PATCH] chore: bump version to 1.3.0 --- pyproject.toml | 2 +- src/ridiwise/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6fe069c..36ced07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ quote-style = "single" [tool.bumpversion] -current_version = "1.2.0" +current_version = "1.3.0" tag = true sign_tags = true commit = true diff --git a/src/ridiwise/__init__.py b/src/ridiwise/__init__.py index 58d478a..19b4f1d 100644 --- a/src/ridiwise/__init__.py +++ b/src/ridiwise/__init__.py @@ -1 +1 @@ -__version__ = '1.2.0' +__version__ = '1.3.0'