Skip to content

Commit

Permalink
bump version 0.1.4 -> 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sahiljhawar committed Mar 8, 2024
1 parent 47d4461 commit 8695321
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nmma/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.4"
__version__ = "0.2.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ profile = "black"
addopts = "--verbose -r s"

[tool.bumpver]
current_version = "0.1.4"
current_version = "0.2.0"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 8695321

Please sign in to comment.