Skip to content

Commit

Permalink
Release version 0.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rycus86 committed Feb 21, 2023
1 parent 168503c commit 189946f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -24,7 +24,7 @@ or paste it into requirements.txt:
prometheus-flask-exporter
# or with specific version number
prometheus-flask-exporter==0.22.1
prometheus-flask-exporter==0.22.2
```
and then install dependencies from requirements.txt file as usual:
```
Expand Down
2 changes: 1 addition & 1 deletion prometheus_flask_exporter/__init__.py
Expand Up @@ -1010,4 +1010,4 @@ def _make_response(response):
return _make_response


__version__ = '0.22.1'
__version__ = '0.22.2'
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.22.1',
version='0.22.2',
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.22.1.tar.gz',
download_url='https://github.com/rycus86/prometheus_flask_exporter/archive/0.22.2.tar.gz',
keywords=['prometheus', 'flask', 'monitoring', 'exporter'],
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 189946f

Please sign in to comment.