Skip to content

Commit 228707b

Browse files
committed
chore: Bump schema package to 1.0.13-dev
1 parent 6013293 commit 228707b

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.12
1+
1.0.13-dev

tools/schemacode/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ parallel = true
100100
# uvx bump-my-version bump <patch|minor|major>
101101
# git push upstream <current-branch>
102102
[tool.bumpversion]
103-
current_version = "1.0.12"
103+
current_version = "1.0.13-dev"
104104
parse = """(?x)
105105
(?P<major>[0-9]+)
106106
\\.(?P<minor>[0-9]+)

0 commit comments

Comments
 (0)