Skip to content

Commit

Permalink
Merge pull request #80 from yoterel/master
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
yoterel authored Feb 29, 2024
2 parents 0afea44 + ed552f2 commit 60162db
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.1"
version = "0.2.3"
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.1"
current_version = "0.2.3"
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.1"
__version__ = "0.2.3"
version = __version__
### define classes
classes = {"none": -3, "noface": -2, "nobabyface": -1, "away": 0, "left": 1, "right": 2}
Expand Down

0 comments on commit 60162db

Please sign in to comment.