We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e6ccec commit 5d31cacCopy full SHA for 5d31cac
instana/__init__.py
@@ -9,7 +9,7 @@
9
__copyright__ = 'Copyright 2017 Instana Inc.'
10
__credits__ = ['Pavlo Baron', 'Peter Giacomo Lombardo']
11
__license__ = 'MIT'
12
-__version__ = '0.6.7'
+__version__ = '0.6.8'
13
__maintainer__ = 'Peter Giacomo Lombardo'
14
__email__ = '[email protected]'
15
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup, find_packages
2
3
setup(name='instana',
4
- version='0.6.7',
+ version='0.6.8',
5
download_url='https://github.com/instana/python-sensor',
6
url='https://www.instana.com/',
7
license='MIT',
0 commit comments