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 4ebf4f2 commit 86e2c2aCopy full SHA for 86e2c2a
src/schema/SCHEMA_VERSION
@@ -1 +1 @@
1
-1.0.3
+1.0.4-dev
tools/schemacode/pyproject.toml
@@ -47,7 +47,7 @@ parallel = true
47
# uvx bump-my-version bump <patch|minor|major>
48
# git push upstream <current-branch>
49
[tool.bumpversion]
50
-current_version = "1.0.3"
+current_version = "1.0.4-dev"
51
parse = """(?x)
52
(?P<major>[0-9]+)
53
\\.(?P<minor>[0-9]+)
0 commit comments