File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " reCBZ"
7
- version = " 0.7.4 "
7
+ version = " 0.7.5 "
8
8
description = " Utility for repacking and optmizing manga & comic book archives"
9
9
readme = " README.md"
10
10
license = { text = " GPLv3" }
@@ -35,7 +35,7 @@ Homepage = "https://github.com/avalonv/reCBZ"
35
35
recbz = " reCBZ.__main__:main"
36
36
37
37
[tool .bumpver ]
38
- current_version = " 0.7.4 "
38
+ current_version = " 0.7.5 "
39
39
version_pattern = " MAJOR.MINOR.PATCH"
40
40
commit_message = " bump version {old_version} -> {new_version}"
41
41
commit = true
Original file line number Diff line number Diff line change 3
3
from pathlib import Path
4
4
from uuid import uuid4
5
5
6
- __version__ = "0.7.4 "
6
+ __version__ = "0.7.5 "
7
7
CMDNAME = 'recbz'
8
8
9
9
MODULE_PATH = Path (__file__ ).resolve ().parent
You can’t perform that action at this time.
0 commit comments