Skip to content

Commit 39f6440

Browse files
committed
bump version !
1 parent 5086b1d commit 39f6440

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.2.0"
7+
version = "0.2.1"
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" }]
@@ -41,7 +41,7 @@ dev = ["pytest"]
4141
Homepage = "https://github.com/yoterel/icatcher_plus"
4242

4343
[tool.bumpver]
44-
current_version = "0.2.0"
44+
current_version = "0.2.1"
4545
version_pattern = "MAJOR.MINOR.PATCH"
4646
commit_message = "bump version {old_version} -> {new_version}"
4747
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.2.0"
2+
__version__ = "0.2.1"
33
version = __version__
44
### define classes
55
classes = {"none": -3, "noface": -2, "nobabyface": -1, "away": 0, "left": 1, "right": 2}

0 commit comments

Comments
 (0)