Skip to content

Commit d55bc56

Browse files
InfantLabclaude
andcommitted
chore(release): bump version to 1.4.3
Patch release carrying the JOSS installability fixes (openjournals/joss-reviews#10182). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c434cad commit d55bc56

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "videoannotator"
7-
version = "1.4.2"
7+
version = "1.4.3"
88
description = "A modern, modular toolkit for analyzing, processing, and visualizing human interaction videos"
99
readme = "README.md"
1010
license = "MIT"

src/videoannotator/version.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
from videoannotator.utils.logging_config import get_logger
1111

1212
logger = get_logger("videoannotator.version")
13-
__version__ = "1.4.2"
14-
__version_info__ = (1, 4, 2, "final")
15-
# Release version for v1.4.2
16-
__release_date__ = "2026-03-04"
13+
__version__ = "1.4.3"
14+
__version_info__ = (1, 4, 3, "final")
15+
# Release version for v1.4.3
16+
__release_date__ = "2026-05-27"
1717
__author__ = "VideoAnnotator Team"
1818
__license__ = "MIT"
1919

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)