From afc5cf440d97bf1662db33bae0080bba10e31962 Mon Sep 17 00:00:00 2001 From: Brian Pepple Date: Sun, 1 Dec 2024 09:57:06 -0500 Subject: [PATCH] Bump version to v5.1.1 --- darkseid/__init__.py | 2 +- package-lock.json | 4 ++-- package.json | 2 +- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/darkseid/__init__.py b/darkseid/__init__.py index 83a6253..ac49d4a 100644 --- a/darkseid/__init__.py +++ b/darkseid/__init__.py @@ -1,3 +1,3 @@ """Projects version.""" -__version__ = "5.1.0" +__version__ = "5.1.1" diff --git a/package-lock.json b/package-lock.json index f7c73d5..a70e886 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "darkseid", - "version": "5.1.0", + "version": "5.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { - "version": "5.1.0", + "version": "5.1.1", "devDependencies": { "@fsouza/prettierd": "^0.25.1", "@prettier/plugin-xml": "^3.0.0", diff --git a/package.json b/package.json index ebf8850..ca95975 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "5.1.0", + "version": "5.1.1", "description": "darkseid linting", "type": "module", "scripts": { diff --git a/poetry.lock b/poetry.lock index 77b3a64..2c7744f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -804,13 +804,13 @@ cache = ["platformdirs"] [[package]] name = "mkdocs-material" -version = "9.5.46" +version = "9.5.47" description = "Documentation that simply works" optional = false python-versions = ">=3.8" files = [ - {file = "mkdocs_material-9.5.46-py3-none-any.whl", hash = "sha256:98f0a2039c62e551a68aad0791a8d41324ff90c03a6e6cea381a384b84908b83"}, - {file = "mkdocs_material-9.5.46.tar.gz", hash = "sha256:ae2043f4238e572f9a40e0b577f50400d6fc31e2fef8ea141800aebf3bd273d7"}, + {file = "mkdocs_material-9.5.47-py3-none-any.whl", hash = "sha256:53fb9c9624e7865da6ec807d116cd7be24b3cb36ab31b1d1d1a9af58c56009a2"}, + {file = "mkdocs_material-9.5.47.tar.gz", hash = "sha256:fc3b7a8e00ad896660bd3a5cc12ca0cb28bdc2bcbe2a946b5714c23ac91b0ede"}, ] [package.dependencies] @@ -1178,13 +1178,13 @@ nodejs = ["nodejs-wheel-binaries"] [[package]] name = "pytest" -version = "8.3.3" +version = "8.3.4" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.3.3-py3-none-any.whl", hash = "sha256:a6853c7375b2663155079443d2e45de913a911a11d669df02a50814944db57b2"}, - {file = "pytest-8.3.3.tar.gz", hash = "sha256:70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181"}, + {file = "pytest-8.3.4-py3-none-any.whl", hash = "sha256:50e16d954148559c9a74109af1eaf0c945ba2d8f30f0a3d3335edde19788b6f6"}, + {file = "pytest-8.3.4.tar.gz", hash = "sha256:965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761"}, ] [package.dependencies] diff --git a/pyproject.toml b/pyproject.toml index c32d9c9..0cf39e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "darkseid" -version = "5.1.0" +version = "5.1.1" description = "A library to interact with comic archives" authors = ["Brian Pepple "] license = "GPL-3.0-or-later"