Skip to content

Commit

Permalink
bump version 0.7.4 -> 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
avalonv committed Dec 25, 2022
1 parent 0da43a6 commit 638e817
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "reCBZ"
version = "0.7.4"
version = "0.7.5"
description = "Utility for repacking and optmizing manga & comic book archives"
readme = "README.md"
license = { text = "GPLv3" }
Expand Down Expand Up @@ -35,7 +35,7 @@ Homepage = "https://github.com/avalonv/reCBZ"
recbz = "reCBZ.__main__:main"

[tool.bumpver]
current_version = "0.7.4"
current_version = "0.7.5"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion src/reCBZ/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from pathlib import Path
from uuid import uuid4

__version__ = "0.7.4"
__version__ = "0.7.5"
CMDNAME = 'recbz'

MODULE_PATH = Path(__file__).resolve().parent
Expand Down

0 comments on commit 638e817

Please sign in to comment.