Skip to content

Commit

Permalink
Update to v2.5.2 (#141)
Browse files Browse the repository at this point in the history
Require darkseid >= 4.2.0
  • Loading branch information
bpepple authored Aug 31, 2024
1 parent 2edd527 commit b1b7abf
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 51 deletions.
2 changes: 1 addition & 1 deletion metrontagger/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Projects version information used in setup.py."""

__version__ = "2.5.1"
__version__ = "2.5.2"
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.5.1",
"version": "2.5.2",
"description": "metron-tagger linting",
"type": "module",
"scripts": {
Expand Down
98 changes: 53 additions & 45 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = "poetry.core.masonry.api"

[tool.poetry]
name = "metron-tagger"
version = "2.5.1"
version = "2.5.2"
description = "A program to write metadata from metron.cloud to a comic archive"
authors = ["Brian Pepple <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down Expand Up @@ -45,7 +45,7 @@ imagehash = "^4.3.1"
pandas = "^2.2.1"
comicfn2dict = "^0.2.4"
tqdm = "^4.66.4"
darkseid = "^4.1.2"
darkseid = "^4.2.0"

[tool.poetry.group.dev.dependencies]
pre-commit = "^3.6.2"
Expand Down

0 comments on commit b1b7abf

Please sign in to comment.