Skip to content

Commit

Permalink
bump version 0.5.0 -> 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
avalonv committed Nov 16, 2022
1 parent 1f8d48e commit 76164d8
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.5.0"
version = "0.5.1"
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.5.0"
current_version = "0.5.1"
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 @@ -4,7 +4,7 @@
except ModuleNotFoundError:
import tomli as tomllib

__version__ = "0.5.0"
__version__ = "0.5.1"
CMDNAME = 'recbz'

_cfg = tomllib.loads(resources.read_text("reCBZ", "defaults.toml"))
Expand Down

0 comments on commit 76164d8

Please sign in to comment.