Spaces:
Build error
Build error
Commit ·
1a0a210
1
Parent(s): 04066c0
Bump version to 0.5.25 for PyPI release
Browse filesCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- headroom/_version.py +1 -1
- pyproject.toml +1 -1
headroom/_version.py
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
"""Package version metadata."""
|
| 2 |
|
| 3 |
-
__version__ = "0.5.
|
|
|
|
| 1 |
"""Package version metadata."""
|
| 2 |
|
| 3 |
+
__version__ = "0.5.25"
|
pyproject.toml
CHANGED
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
| 4 |
|
| 5 |
[project]
|
| 6 |
name = "headroom-ai"
|
| 7 |
-
version = "0.5.
|
| 8 |
description = "The Context Optimization Layer for LLM Applications - Cut costs by 50-90%"
|
| 9 |
readme = "README.md"
|
| 10 |
license = "Apache-2.0"
|
|
|
|
| 4 |
|
| 5 |
[project]
|
| 6 |
name = "headroom-ai"
|
| 7 |
+
version = "0.5.25"
|
| 8 |
description = "The Context Optimization Layer for LLM Applications - Cut costs by 50-90%"
|
| 9 |
readme = "README.md"
|
| 10 |
license = "Apache-2.0"
|