Skip to content

Commit 4a72cb3

Browse files
committed
release: v1.0.8
1 parent 020609c commit 4a72cb3

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "ununennium" %}
2-
{% set version = "1.0.7" %}
2+
{% set version = "1.0.8" %}
33

44
package:
55
name: {{ name|lower }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "ununennium"
7-
version = "1.0.7"
7+
version = "1.0.8"
88
description = "Production-grade Python library for satellite and geospatial imagery machine learning"
99
readme = "README.md"
1010
license = "Apache-2.0"

src/ununennium/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Package version."""
22

3-
__version__ = "1.0.7"
3+
__version__ = "1.0.8"

0 commit comments

Comments
 (0)