From a74f729c8941a26c36aeb278cb7f16fd2341a289 Mon Sep 17 00:00:00 2001 From: Wang Siyuan Date: Wed, 12 Nov 2025 15:48:13 +0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.1=20=E2=86=92=200.3.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- src/keep_gpu/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 493c77ad..0b2ece44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ version = {attr = "keep_gpu.__version__"} # ----------------------------- # bump-my-version configuration [tool.bumpversion] -current_version = "0.3.1" +current_version = "0.3.2" commit = true tag = true tag_name = "v{new_version}" diff --git a/src/keep_gpu/__init__.py b/src/keep_gpu/__init__.py index b749a755..b68bc929 100644 --- a/src/keep_gpu/__init__.py +++ b/src/keep_gpu/__init__.py @@ -2,4 +2,4 @@ __author__ = """Siyuan Wang""" __email__ = "sywang0227@gmail.com" -__version__ = "0.3.1" +__version__ = "0.3.2"