Release 1.1.0
This commit is contained in:
parent
a53c7ae08b
commit
9a19f46b7e
1 changed files with 2 additions and 2 deletions
4
setup.py
4
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',
|
||||
|
|
Loading…
Reference in a new issue