diff --git a/mumble/__init__.py b/mumble/__init__.py index a272950..caa3a3d 100644 --- a/mumble/__init__.py +++ b/mumble/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.2" +__version__ = "0.2.0" __all__ = ["PSMHandler"] from mumble.mumble import PSMHandler diff --git a/pyproject.toml b/pyproject.toml index 3f54f65..42c1471 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "mumble-mod" -version = "0.1.2" +version = "0.2.0" description = "Finding the perfect modification for your mass shift" readme = "README.md" keywords = [ @@ -49,7 +49,7 @@ target-version = 'py38' extend-select = ["T201", "T203"] [tool.bumpver] -current_version = "0.1.2" +current_version = "0.2.0" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "Bump version {old_version} -> {new_version}" commit = true