From 3ceef0c69660c7d6515a5687e84868f19cab6680 Mon Sep 17 00:00:00 2001 From: Peter Giacomo Lombardo Date: Fri, 13 Jul 2018 15:59:32 +0200 Subject: [PATCH] Bump package version to 0.11.0 --- setup.py | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 008fd6ece..b8dc3d15c 100644 --- a/setup.py +++ b/setup.py @@ -1,15 +1,18 @@ from setuptools import setup, find_packages setup(name='instana', - version='0.10.1', + version='0.11.0', download_url='https://github.com/instana/python-sensor', url='https://www.instana.com/', license='MIT', author='Instana Inc.', author_email='peter.lombardo@instana.com', - description='Metrics sensor and distributed trace collector for Instana', + description='🐍 Python Distributed Tracing & Metrics Sensor for Instana', packages=find_packages(exclude=['tests', 'examples']), - long_description="The instana package provides Python metrics and traces for Instana.", + long_description=""" + The instana package collects and reports Python metrics and distibuted + traces to your Instana dashboard. + """", zip_safe=False, install_requires=['autowrapt>=1.0', 'fysom>=2.1.2', @@ -35,7 +38,7 @@ ], }, test_suite='nose.collector', - keywords=['performance', 'opentracing', 'metrics', 'monitoring'], + keywords=['performance', 'opentracing', 'metrics', 'monitoring', 'tracing', 'distributed-tracing'], classifiers=[ 'Development Status :: 5 - Production/Stable', 'Framework :: Django',