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 e466aff commit 4ebf4f2Copy full SHA for 4ebf4f2
src/schema/SCHEMA_VERSION
@@ -1 +1 @@
1
-1.0.3-dev
+1.0.3
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-dev"
+current_version = "1.0.3"
51
parse = """(?x)
52
(?P<major>[0-9]+)
53
\\.(?P<minor>[0-9]+)
0 commit comments