Skip to content

Commit 33920d5

Browse files
Bump version to 0.6.8a3
1 parent 4004a77 commit 33920d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 = "hedit"
7-
version = "0.6.8a2"
7+
version = "0.6.8a3"
88
description = "Multi-agent system for HED annotation generation and validation"
99
readme = "PKG_README.md"
1010
requires-python = ">=3.12"

src/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Version information for HEDit."""
22

3-
__version__ = "0.6.8a2"
3+
__version__ = "0.6.8a3"
44
__version_info__ = (0, 6, 8, "alpha")
55

66

0 commit comments

Comments
 (0)