diff --git a/setup.py b/setup.py index 91d2a83..997190c 100644 --- a/setup.py +++ b/setup.py @@ -6,14 +6,14 @@ setup( name='centreon_report_to_pdf', packages=['centreon_report_to_pdf'], - version='1.5.2', + version='1.5.3', description='Generate a PDF from Centreon Dashboard and optional sent it by email', long_description=long_description, long_description_content_type="text/markdown", author='Victor Hugo dos Santos', author_email='listas.vhs@gmail.com', url='https://github.com/vhsantos/centreon_report_to_pdf', - download_url='https://github.com/vhsantos/centreon_report_to_pdf/archive/v1.5.2.tar.gz', + download_url='https://github.com/vhsantos/centreon_report_to_pdf/archive/v1.5.3.tar.gz', keywords='centreon report pdf email dashboard', classifiers=["Programming Language :: Python :: 3.5", "Topic :: System :: Monitoring",