We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d80a4e commit 93e5922Copy full SHA for 93e5922
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## [0.8.1] - 2025-12-19
4
+
5
+### Fixed
6
+- Fixed `AttributeError` in `LArCVReader` when `num_entries` was accessed before initialization
7
8
## [0.8.0] - 2025-12-17
9
10
### Added
src/spine/version.py
@@ -1,3 +1,3 @@
"""Module which stores the current software version."""
-__version__ = "0.8.0"
+__version__ = "0.8.1"
0 commit comments