Skip to content

Commit 56700b7

Browse files
committed
chore: Bump schema package to 1.1.6-dev
1 parent f9dda03 commit 56700b7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/schema/SCHEMA_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.5
1+
1.1.6-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.5"
108+
current_version = "1.1.6-dev"
109109
parse = """(?x)
110110
(?P<major>[0-9]+)
111111
\\.(?P<minor>[0-9]+)

0 commit comments

Comments
 (0)