diff --git a/pyproject.toml b/pyproject.toml index a69fed6..dedf135 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ version = {attr = "keep_gpu.__version__"} # ----------------------------- # bump-my-version configuration [tool.bumpversion] -current_version = "0.4.0" +current_version = "0.4.1" commit = true tag = true tag_name = "v{new_version}" diff --git a/src/keep_gpu/__init__.py b/src/keep_gpu/__init__.py index 61bb0a7..bbacfa3 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.4.0" +__version__ = "0.4.1"