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 dbea679 commit 0855b88Copy full SHA for 0855b88
instana/__init__.py
@@ -26,7 +26,7 @@
26
pkg_resources.working_set.add_entry("/tmp/instana/python")
27
28
__author__ = 'Instana Inc.'
29
-__copyright__ = 'Copyright 2017 Instana Inc.'
+__copyright__ = 'Copyright 2018 Instana Inc.'
30
__credits__ = ['Pavlo Baron', 'Peter Giacomo Lombardo']
31
__license__ = 'MIT'
32
__maintainer__ = 'Peter Giacomo Lombardo'
setup.py
@@ -20,7 +20,7 @@ def check_setuptools():
20
check_setuptools()
21
22
setup(name='instana',
23
- version='1.2.0',
+ version='1.2.1',
24
download_url='https://github.com/instana/python-sensor',
25
url='https://www.instana.com/',
license='MIT',
0 commit comments