From d402e5bc57e016ea3b22454c3b186d985d1f5df2 Mon Sep 17 00:00:00 2001 From: Bumsoo Kim Date: Wed, 18 Sep 2024 00:28:49 +0900 Subject: [PATCH] chore: bump version to 1.4.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 fb9e36b..3740b46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ quote-style = "single" [tool.bumpversion] -current_version = "1.3.1" +current_version = "1.4.0" tag = true sign_tags = true commit = true diff --git a/src/ridiwise/__init__.py b/src/ridiwise/__init__.py index 72837bd..96e3ce8 100644 --- a/src/ridiwise/__init__.py +++ b/src/ridiwise/__init__.py @@ -1 +1 @@ -__version__ = '1.3.1' +__version__ = '1.4.0'