Skip to content

Commit 4ebf4f2

Browse files
committed
chore: Bump schema package to 1.0.3
1 parent e466aff commit 4ebf4f2

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.3-dev
1+
1.0.3

tools/schemacode/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ parallel = true
4747
# uvx bump-my-version bump <patch|minor|major>
4848
# git push upstream <current-branch>
4949
[tool.bumpversion]
50-
current_version = "1.0.3-dev"
50+
current_version = "1.0.3"
5151
parse = """(?x)
5252
(?P<major>[0-9]+)
5353
\\.(?P<minor>[0-9]+)

0 commit comments

Comments
 (0)