Skip to content

Commit d9b1fe5

Browse files
committed
Bump version: 0.0.5 → 0.0.6
1 parent ead67d7 commit d9b1fe5

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.5"
7+
version = "0.0.6"
88
description = "A powerful YAML-based configuration system with references, expressions, and dynamic instantiation"
99
authors = [
1010
{ name = "Project Lighter", email = "noreply@lighter.com" },
@@ -132,7 +132,7 @@ select = ["B", "E", "F", "I", "W"]
132132
ignore = ["E203", "E501", "N813"]
133133

134134
[tool.bumpversion]
135-
current_version = "0.0.5"
135+
current_version = "0.0.6"
136136
commit = true
137137
tag = true
138138

src/sparkwheel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
SourceLocation,
2424
)
2525

26-
__version__ = "0.0.5"
26+
__version__ = "0.0.6"
2727

2828
__all__ = [
2929
"__version__",

0 commit comments

Comments
 (0)