Skip to content

Commit e1c7f32

Browse files
committed
chore: Bump schema package to 1.0.9
1 parent b1d3c54 commit e1c7f32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/schema/SCHEMA_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.9-dev
1+
1.0.9

tools/schemacode/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ parallel = true
100100
# uvx bump-my-version bump <patch|minor|major>
101101
# git push upstream <current-branch>
102102
[tool.bumpversion]
103-
current_version = "1.0.9-dev"
103+
current_version = "1.0.9"
104104
parse = """(?x)
105105
(?P<major>[0-9]+)
106106
\\.(?P<minor>[0-9]+)

0 commit comments

Comments
 (0)