From 9a19f46b7eb6ec16edcbc593f1d02b0cdcfc4525 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Esteban=20S=C3=A1nchez?= Date: Sat, 24 Oct 2020 10:39:49 +0200 Subject: [PATCH] Release 1.1.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e7ee22a..a2e1df5 100644 --- a/setup.py +++ b/setup.py @@ -6,14 +6,14 @@ with open("README.md", "r") as fh: setup( name='prometheus-qbittorrent-exporter', packages=['qbittorrent_exporter'], - version='1.0.2', + version='1.1.0', long_description=long_description, long_description_content_type="text/markdown", description='Prometheus exporter for qbittorrent', author='Esteban Sanchez', author_email='esteban.sanchez@gmail.com', url='https://github.com/esanchezm/prometheus-qbittorrent-exporter', - download_url='https://github.com/esanchezm/prometheus-qbittorrent-exporter/archive/1.0.2.tar.gz', + download_url='https://github.com/esanchezm/prometheus-qbittorrent-exporter/archive/1.1.0.tar.gz', keywords=['prometheus', 'qbittorrent'], classifiers=[], python_requires='>=3',