Skip to content

Commit 86e2c2a

Browse files
committed
chore: Bump schema package to 1.0.4-dev
1 parent 4ebf4f2 commit 86e2c2a

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
1+
1.0.4-dev

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"
50+
current_version = "1.0.4-dev"
5151
parse = """(?x)
5252
(?P<major>[0-9]+)
5353
\\.(?P<minor>[0-9]+)

0 commit comments

Comments
 (0)