Skip to content

Commit 545d4d2

Browse files
committed
chore: Bump schema package to 1.1.4-dev
1 parent afedb49 commit 545d4d2

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.1.3
1+
1.1.4-dev

tools/schemacode/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ exclude_also = [
105105
# uvx bump-my-version bump <patch|minor|major>
106106
# git push upstream <current-branch>
107107
[tool.bumpversion]
108-
current_version = "1.1.3"
108+
current_version = "1.1.4-dev"
109109
parse = """(?x)
110110
(?P<major>[0-9]+)
111111
\\.(?P<minor>[0-9]+)

0 commit comments

Comments
 (0)