Skip to content

Commit

Permalink
bump version !
Browse files Browse the repository at this point in the history
  • Loading branch information
yoterel committed Nov 17, 2023
1 parent 5086b1d commit 39f6440
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 = "icatcher"
version = "0.2.0"
version = "0.2.1"
description = "iCatcher+: Robust and automated annotation of infant gaze from videos collected in laboratory, field, and online studies."
readme = "README.md"
authors = [{ name = "Yotam Erel", email = "[email protected]" }]
Expand Down Expand Up @@ -41,7 +41,7 @@ dev = ["pytest"]
Homepage = "https://github.com/yoterel/icatcher_plus"

[tool.bumpver]
current_version = "0.2.0"
current_version = "0.2.1"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
commit = false
Expand Down
2 changes: 1 addition & 1 deletion src/icatcher/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### define version
__version__ = "0.2.0"
__version__ = "0.2.1"
version = __version__
### define classes
classes = {"none": -3, "noface": -2, "nobabyface": -1, "away": 0, "left": 1, "right": 2}
Expand Down

0 comments on commit 39f6440

Please sign in to comment.