Skip to content

Commit 638e817

Browse files
committed
bump version 0.7.4 -> 0.7.5
1 parent 0da43a6 commit 638e817

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

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

3737
[tool.bumpver]
38-
current_version = "0.7.4"
38+
current_version = "0.7.5"
3939
version_pattern = "MAJOR.MINOR.PATCH"
4040
commit_message = "bump version {old_version} -> {new_version}"
4141
commit = true

src/reCBZ/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from pathlib import Path
44
from uuid import uuid4
55

6-
__version__ = "0.7.4"
6+
__version__ = "0.7.5"
77
CMDNAME = 'recbz'
88

99
MODULE_PATH = Path(__file__).resolve().parent

0 commit comments

Comments
 (0)