Skip to content

Commit f5dcb7d

Browse files
authored
Merge pull request #33 from yoterel/master
test tag
2 parents e330c9d + 6576bb1 commit f5dcb7d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "icatcher"
7-
version = "0.0.12"
7+
version = "0.0.13"
88
description = "iCatcher+: Robust and automated annotation of infant gaze from videos collected in laboratory, field, and online studies."
99
readme = "README.md"
1010
authors = [{ name = "Yotam Erel", email = "erelyotam@gmail.com" }]
@@ -37,7 +37,7 @@ dev = ["pytest"]
3737
Homepage = "https://github.com/yoterel/icatcher_plus"
3838

3939
[tool.bumpver]
40-
current_version = "0.0.12"
40+
current_version = "0.0.13"
4141
version_pattern = "MAJOR.MINOR.PATCH"
4242
commit_message = "bump version {old_version} -> {new_version}"
4343
commit = false

src/icatcher/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### define version
2-
__version__ = "0.0.12"
2+
__version__ = "0.0.13"
33
version = __version__
44
### define classes
55
classes = {'noface': -2, 'nobabyface': -1, 'away': 0, 'left': 1, 'right': 2}

0 commit comments

Comments
 (0)