We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d3c54 commit e1c7f32Copy full SHA for e1c7f32
src/schema/SCHEMA_VERSION
@@ -1 +1 @@
1
-1.0.9-dev
+1.0.9
tools/schemacode/pyproject.toml
@@ -100,7 +100,7 @@ parallel = true
100
# uvx bump-my-version bump <patch|minor|major>
101
# git push upstream <current-branch>
102
[tool.bumpversion]
103
-current_version = "1.0.9-dev"
+current_version = "1.0.9"
104
parse = """(?x)
105
(?P<major>[0-9]+)
106
\\.(?P<minor>[0-9]+)
0 commit comments