Skip to content

Commit

Permalink
bump version 2024.11 -> 2024.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiq0 committed Dec 18, 2024
1 parent 1fc154a commit e141061
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 @@ -34,7 +34,7 @@ build-backend = "poetry.core.masonry.api"
select = ["E4", "E7", "E9", "F", "I", "N", "DJ", "T20", "Q"]

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

0 comments on commit e141061

Please sign in to comment.