Skip to content

Commit

Permalink
bump version 0.1.2 -> 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sahiljhawar committed Dec 7, 2023
1 parent cc09998 commit 6f22330
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.2"
__version__ = "0.1.3"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classifiers = [
'Operating System :: MacOS',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
]
version = "0.1.2"
version = "0.1.3"
dynamic = ["dependencies", "optional-dependencies"]

[tool.setuptools.dynamic]
Expand Down Expand Up @@ -116,7 +116,7 @@ parentdir_prefix = "nmma-"
addopts = "--verbose -r s"

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

0 comments on commit 6f22330

Please sign in to comment.