Skip to content

Commit

Permalink
Bump package version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pglombardo committed Jul 13, 2018
1 parent 240077a commit 3ceef0c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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='[email protected]',
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',
Expand All @@ -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',
Expand Down

0 comments on commit 3ceef0c

Please sign in to comment.