We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b14137 commit 5c0a9e4Copy full SHA for 5c0a9e4
instana/__init__.py
@@ -19,7 +19,7 @@
19
__copyright__ = 'Copyright 2017 Instana Inc.'
20
__credits__ = ['Pavlo Baron', 'Peter Giacomo Lombardo']
21
__license__ = 'MIT'
22
-__version__ = '0.10.0'
+__version__ = '0.10.1'
23
__maintainer__ = 'Peter Giacomo Lombardo'
24
__email__ = 'peter.lombardo@instana.com'
25
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup, find_packages
2
3
setup(name='instana',
4
- version='0.10.0',
+ version='0.10.1',
5
download_url='https://github.com/instana/python-sensor',
6
url='https://www.instana.com/',
7
license='MIT',
0 commit comments