Skip to content

Commit 57def69

Browse files
Bump version to 0.7.5a1
1 parent ac84093 commit 57def69

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

66

77
def get_version() -> str:

0 commit comments

Comments
 (0)