Skip to content

Commit

Permalink
Fix deploys on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rycus86 committed Aug 31, 2020
1 parent 000ccda commit b1860c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion prometheus_flask_exporter/__init__.py
Expand Up @@ -904,4 +904,4 @@ def _make_response(response):
return _make_response


__version__ = '0.16.2'
__version__ = '0.16.4'
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -6,15 +6,15 @@
setup(
name='prometheus_flask_exporter',
packages=['prometheus_flask_exporter'],
version='0.16.2',
version='0.16.4',
description='Prometheus metrics exporter for Flask',
long_description=long_description,
long_description_content_type='text/markdown',
license='MIT',
author='Viktor Adam',
author_email='rycus86@gmail.com',
url='https://github.com/rycus86/prometheus_flask_exporter',
download_url='https://github.com/rycus86/prometheus_flask_exporter/archive/0.16.2.tar.gz',
download_url='https://github.com/rycus86/prometheus_flask_exporter/archive/0.16.4.tar.gz',
keywords=['prometheus', 'flask', 'monitoring', 'exporter'],
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit b1860c6

Please sign in to comment.