Skip to content

Commit

Permalink
Release 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rycus86 committed Aug 25, 2018
1 parent cb44105 commit cea8ce4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions prometheus_flask_exporter/__init__.py
@@ -1,7 +1,7 @@
import os
import inspect
import functools
import threading
import os
from timeit import default_timer

from flask import request, make_response
Expand Down Expand Up @@ -439,4 +439,4 @@ def info(self, name, description, labelnames=None, labelvalues=None, **labels):
return gauge


__version__ = '0.2.2'
__version__ = '0.2.3'
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -8,14 +8,14 @@
setup(
name='prometheus_flask_exporter',
packages=['prometheus_flask_exporter'],
version='0.2.2',
version='0.2.3',
description='Prometheus metrics exporter for Flask',
long_description=long_description,
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.2.2.tar.gz',
download_url='https://github.com/rycus86/prometheus_flask_exporter/archive/0.2.3.tar.gz',
keywords=['prometheus', 'flask', 'monitoring', 'exporter'],
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit cea8ce4

Please sign in to comment.