Skip to content

Commit

Permalink
Merge pull request #55 from yoterel/master
Browse files Browse the repository at this point in the history
bumpver
  • Loading branch information
yoterel authored Jul 11, 2023
2 parents b92df80 + 6daa4f2 commit 6737ab9
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.1.0"
version = "0.1.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 @@ -39,7 +39,7 @@ dev = ["pytest"]
Homepage = "https://github.com/yoterel/icatcher_plus"

[tool.bumpver]
current_version = "0.1.0"
current_version = "0.1.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.1.0"
__version__ = "0.1.1"
version = __version__
### define classes
classes = {'noface': -2, 'nobabyface': -1, 'away': 0, 'left': 1, 'right': 2}
Expand Down

0 comments on commit 6737ab9

Please sign in to comment.