diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6949a4dc..9eda734b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.1.15 +current_version = 2.1.16 tag = false [bumpversion:file:setup.cfg] diff --git a/qBitrr/bundled_data.py b/qBitrr/bundled_data.py index 1d3cef11..91c2b15e 100644 --- a/qBitrr/bundled_data.py +++ b/qBitrr/bundled_data.py @@ -1,4 +1,4 @@ -version = "2.1.15" +version = "2.1.16" git_hash = "" license_text = ( "Licence can be found on:\n\nhttps://github.com/Drapersniper/Qbitrr/blob/master/LICENSE" diff --git a/setup.cfg b/setup.cfg index 778f630f..03452276 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = qBitrr -version = 2.1.15 +version = 2.1.16 description = A simple script to monitor Qbit and communicate with Radarr and Sonarr long_description = file: README.md long_description_content_type = text/markdown