Skip to content

Commit

Permalink
master: bump version 2023.15 -> 2023.16
Browse files Browse the repository at this point in the history
  • Loading branch information
gardenerik committed Dec 16, 2023
1 parent 6b25b79 commit 6f8ad1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
select = ["E", "F", "I"]

[tool.bumpver]
current_version = "2023.15"
current_version = "2023.16"
version_pattern = "YYYY.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion trojstenid/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "2023.15"
VERSION = "2023.16"

0 comments on commit 6f8ad1f

Please sign in to comment.