Skip to content

Commit

Permalink
Merge pull request #295 from idealista/develop
Browse files Browse the repository at this point in the history
Update setup.py for release
  • Loading branch information
blalop authored May 19, 2022
2 parents d719bff + 2b37050 commit 3eb3227
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


setup(name='prom2teams',
version='3.2.3',
version='3.3.0',
description='Project that redirects Prometheus Alert Manager '
'notifications to Microsoft Teams',
long_description=readme,
Expand Down Expand Up @@ -45,8 +45,8 @@
'Intended Audience :: System Administrators',
'Topic :: System :: Monitoring',
'Programming Language :: Python',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8'
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10'
],
zip_safe=False)

0 comments on commit 3eb3227

Please sign in to comment.