We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c040e2 + 29d9f98 commit d51a3cdCopy full SHA for d51a3cd
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.5.1 [December 18, 2025]
4
+
5
+- Fixed tagged version number for release
6
7
## 0.5.0 [December 18, 2025]
8
9
### New Features and Technology Models
h2integrate/__init__.py
@@ -1,6 +1,6 @@
from pathlib import Path
-__version__ = "0.5.0"
+__version__ = "0.5.1"
ROOT_DIR = Path(__file__).resolve().parent
EXAMPLE_DIR = ROOT_DIR.parent / "examples"
0 commit comments