Skip to content

Commit 795e0bf

Browse files
2 parents d65c311 + 68b2089 commit 795e0bf

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.7.4.dev0"
7+
version = "0.7.4a1"
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: 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.7.4.dev0"
4-
__version_info__ = (0, 7, 4, "dev")
3+
__version__ = "0.7.4a1"
4+
__version_info__ = (0, 7, 4, "alpha")
55

66

77
def get_version() -> str:

0 commit comments

Comments
 (0)