Skip to content

Commit f66f5a8

Browse files
Bump version to 0.6.1-alpha2 for PyPI README update
1 parent 458b88f commit f66f5a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.1-alpha"
7+
version = "0.6.1-alpha2"
88
description = "Multi-agent system for HED annotation generation and validation"
99
readme = "README.md"
1010
requires-python = ">=3.12"

src/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Version information for HEDit."""
22

3-
__version__ = "0.6.1-alpha"
4-
__version_info__ = (0, 6, 1, "alpha")
3+
__version__ = "0.6.1-alpha2"
4+
__version_info__ = (0, 6, 1, "alpha2")
55

66

77
def get_version() -> str:

0 commit comments

Comments
 (0)