diff --git a/README.md b/README.md index bae76c7..53d1a91 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Flask-profiler -[![Build Status](https://travis-ci.org/muatik/flask-profiler.svg?branch=master)](https://travis-ci.org/muatik/flask-profiler) + +**version: 1.0.1** [![Build Status](https://travis-ci.org/muatik/flask-profiler.svg?branch=master)](https://travis-ci.org/muatik/flask-profiler) ##### Flask-profiler measures endpoints defined in your flask application; and provides you fine-grained report through a web interface. diff --git a/setup.py b/setup.py index dfe1e49..aaffbc0 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setup( name='flask_profiler', - version='1.0', + version='1.0.1', url='https://github.com/muatik/flask-profiler', license=open('LICENSE').read(), author='Mustafa Atik',