Skip to content

Commit

Permalink
Bump setup.py to version 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vhsantos committed Feb 16, 2023
1 parent defd865 commit 1e5d707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
setup(
name='centreon_report_to_pdf',
packages=['centreon_report_to_pdf'],
version='1.5.3',
version='1.5.4',
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='[email protected]',
url='https://github.com/vhsantos/centreon_report_to_pdf',
download_url='https://github.com/vhsantos/centreon_report_to_pdf/archive/v1.5.3.tar.gz',
download_url='https://github.com/vhsantos/centreon_report_to_pdf/archive/v1.5.4.tar.gz',
keywords='centreon report pdf email dashboard',
classifiers=["Programming Language :: Python :: 3.5",
"Topic :: System :: Monitoring",
Expand Down

0 comments on commit 1e5d707

Please sign in to comment.