Skip to content

Commit

Permalink
master: bump version 2024.6 -> 2024.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gardenerik committed Jul 31, 2024
1 parent bcbb8de commit 35bba15
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 = "2024.6"
current_version = "2024.7"
version_pattern = "YYYY.INC1"
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 = "2024.6"
VERSION = "2024.7"

0 comments on commit 35bba15

Please sign in to comment.