File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
2020---
2121
22+ ## [ 1.0.8] - 2025-12-16
23+
24+ ### Fixed
25+ - Bumped version to retry GitHub Release upload (previous version encountered asset upload instability).
26+ - Verified Conda and PyPI workflow configurations.
27+
2228## [ 1.0.7] - 2025-12-16
2329
2430### Fixed
Original file line number Diff line number Diff line change 11{% set name = "ununennium" %}
2- {% set version = "1.0.7 " %}
2+ {% set version = "1.0.8 " %}
33
44package :
55 name : {{ name|lower }}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " ununennium"
7- version = " 1.0.7 "
7+ version = " 1.0.8 "
88description = " Production-grade Python library for satellite and geospatial imagery machine learning"
99readme = " README.md"
1010license = " Apache-2.0"
Original file line number Diff line number Diff line change 11"""Package version."""
22
3- __version__ = "1.0.7 "
3+ __version__ = "1.0.8 "
You can’t perform that action at this time.
0 commit comments