Skip to content

Commit

Permalink
bump version 0.1.1 -> 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoughlin committed Oct 6, 2023
1 parent e915f90 commit aa3f111
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nmma/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.1.2"
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.1"
version = "0.1.2"
dynamic = ["dependencies", "optional-dependencies"]

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

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

0 comments on commit aa3f111

Please sign in to comment.