diff --git a/.bumpversion.cfg b/.bumpversion.cfg index affd503c..a1851633 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.9.11 +current_version = 4.9.12 tag = false parse = (?P\d+)\.(?P\d+)\.(?P\d+) serialize = diff --git a/Dockerfile b/Dockerfile index d129c551..11632505 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM python:3.10 LABEL Name="qBitrr" LABEL Maintainer="feramance" -LABEL Version="4.9.11" +LABEL Version="4.9.12" LABEL org.opencontainers.image.source=https://github.com/feramance/qbitrr # Env used by the script to determine if its inside a docker - diff --git a/pyproject.toml b/pyproject.toml index 6cf79019..ce2f8489 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ target-version = ['py38'] [tool.poetry] name = "pypi-public" -version = "4.9.11" +version = "4.9.12" description = "A simple script to monitor qBit and communicate with Radarr and Sonarr" authors = ["Drapersniper", "Feramance"] readme = "README.md" diff --git a/qBitrr/bundled_data.py b/qBitrr/bundled_data.py index 31069e71..d598537b 100644 --- a/qBitrr/bundled_data.py +++ b/qBitrr/bundled_data.py @@ -1,4 +1,4 @@ -version = "4.9.11" +version = "4.9.12" git_hash = "9c0b6a1" license_text = ( "Licence can be found on:\n\nhttps://github.com/Feramance/qBitrr/blob/master/LICENSE" diff --git a/setup.cfg b/setup.cfg index 40922e08..b8676e15 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = qBitrr2 -version = 4.9.11 +version = 4.9.12 description = "A simple Python script to talk to qBittorrent and Arr's" long_description = file: README.md long_description_content_type = text/markdown