Skip to content

Commit

Permalink
Bump version 0.1.2 -> 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurDeclercq committed Dec 3, 2024
1 parent 67b9f19 commit 6efcfbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mumble/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.2"
__version__ = "0.2.0"
__all__ = ["PSMHandler"]

from mumble.mumble import PSMHandler
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6efcfbb

Please sign in to comment.