We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 782dc0c commit 5e6088fCopy full SHA for 5e6088f
instana/__init__.py
@@ -21,7 +21,7 @@
21
__copyright__ = 'Copyright 2017 Instana Inc.'
22
__credits__ = ['Pavlo Baron', 'Peter Giacomo Lombardo']
23
__license__ = 'MIT'
24
-__version__ = '0.6.12'
+__version__ = '0.7.0'
25
__maintainer__ = 'Peter Giacomo Lombardo'
26
__email__ = '[email protected]'
27
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup, find_packages
2
3
setup(name='instana',
4
- version='0.6.12',
+ version='0.7.0',
5
download_url='https://github.com/instana/python-sensor',
6
url='https://www.instana.com/',
7
license='MIT',
0 commit comments