Skip to content

Commit

Permalink
Bump to 2.2.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
bpepple committed Mar 2, 2024
1 parent bcb5cfb commit 3f3f9ed
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion metrontagger/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Projects version information used in setup.py"""
__version__ = "2.1.0"
__version__ = "2.2.0"
14 changes: 7 additions & 7 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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "metron-tagger"
version = "2.1.0"
version = "2.2.0"
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 @@ -36,7 +36,7 @@ python = "^3.10"
mokkari = "^3.0.1"
questionary = "^2.0.1"
pyxdg = "^0.28"
darkseid = "^4.0.0"
darkseid = "^4.0.2"
lxml = "^4.9.1"
imagehash = "^4.3.1"
pandas = "^2.2.1"
Expand Down

0 comments on commit 3f3f9ed

Please sign in to comment.