Skip to content

Commit

Permalink
bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
rantahar committed Oct 22, 2024
1 parent eb73fe0 commit 8d9e4d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion niimpy/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.2.1'
__version__ = '1.2.2'
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "niimpy"

[project]
name = "niimpy"
version = "1.2.1"
version = "1.2.2"
readme = "README.md"
description = "Python module for analysis of behavioral data"
authors = [
Expand Down Expand Up @@ -56,7 +56,7 @@ Repository = "https://github.com/digitraceslab/niimpy"


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

0 comments on commit 8d9e4d2

Please sign in to comment.