Skip to content

Commit d51a3cd

Browse files
authored
Updated version number (#417)
2 parents 8c040e2 + 29d9f98 commit d51a3cd

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.5.1 [December 18, 2025]
4+
5+
- Fixed tagged version number for release
6+
37
## 0.5.0 [December 18, 2025]
48

59
### New Features and Technology Models

h2integrate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from pathlib import Path
22

3-
__version__ = "0.5.0"
3+
__version__ = "0.5.1"
44

55
ROOT_DIR = Path(__file__).resolve().parent
66
EXAMPLE_DIR = ROOT_DIR.parent / "examples"

0 commit comments

Comments
 (0)