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 e1c7f32 commit 11dcf86Copy full SHA for 11dcf86
src/schema/SCHEMA_VERSION
@@ -1 +1 @@
1
-1.0.9
+1.0.10-dev
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"
+current_version = "1.0.10-dev"
104
parse = """(?x)
105
(?P<major>[0-9]+)
106
\\.(?P<minor>[0-9]+)
0 commit comments