Skip to content

Commit 2db7595

Browse files
committed
Bump version: 0.0.8 → 0.0.9
1 parent 35eb8d3 commit 2db7595

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "uv_build"
44

55
[project]
66
name = "sparkwheel"
7-
version = "0.0.8"
7+
version = "0.0.9"
88
description = "A powerful YAML-based configuration system with references, expressions, and dynamic instantiation"
99
authors = [
1010
{ name = "Project Lighter", email = "[email protected]" },
@@ -131,7 +131,7 @@ select = ["B", "E", "F", "I", "W"]
131131
ignore = ["E203", "E501", "N813"]
132132

133133
[tool.bumpversion]
134-
current_version = "0.0.8"
134+
current_version = "0.0.9"
135135
commit = true
136136
tag = true
137137

src/sparkwheel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
TargetNotFoundError,
2323
)
2424

25-
__version__ = "0.0.8"
25+
__version__ = "0.0.9"
2626

2727
__all__ = [
2828
"__version__",

0 commit comments

Comments
 (0)