mirror of
https://github.com/NohamR/prometheus-qbittorrent-exporter.git
synced 2025-05-23 16:49:29 +00:00
Bumped version
This commit is contained in:
parent
1d0707674a
commit
af0902b742
4
setup.py
4
setup.py
@ -6,14 +6,14 @@ with open("README.md", "r") as fh:
|
|||||||
setup(
|
setup(
|
||||||
name='prometheus-qbittorrent-exporter',
|
name='prometheus-qbittorrent-exporter',
|
||||||
packages=['qbittorrent_exporter'],
|
packages=['qbittorrent_exporter'],
|
||||||
version='1.2.0',
|
version='1.3.0',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
description='Prometheus exporter for qbittorrent',
|
description='Prometheus exporter for qbittorrent',
|
||||||
author='Esteban Sanchez',
|
author='Esteban Sanchez',
|
||||||
author_email='esteban.sanchez@gmail.com',
|
author_email='esteban.sanchez@gmail.com',
|
||||||
url='https://github.com/esanchezm/prometheus-qbittorrent-exporter',
|
url='https://github.com/esanchezm/prometheus-qbittorrent-exporter',
|
||||||
download_url='https://github.com/esanchezm/prometheus-qbittorrent-exporter/archive/1.1.0.tar.gz',
|
download_url='https://github.com/esanchezm/prometheus-qbittorrent-exporter/archive/1.3.0.tar.gz',
|
||||||
keywords=['prometheus', 'qbittorrent'],
|
keywords=['prometheus', 'qbittorrent'],
|
||||||
classifiers=[],
|
classifiers=[],
|
||||||
python_requires='>=3',
|
python_requires='>=3',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user