Skip to content

Commit 0855b88

Browse files
committed
Bump package version to 1.2.1
1 parent dbea679 commit 0855b88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

instana/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
pkg_resources.working_set.add_entry("/tmp/instana/python")
2727

2828
__author__ = 'Instana Inc.'
29-
__copyright__ = 'Copyright 2017 Instana Inc.'
29+
__copyright__ = 'Copyright 2018 Instana Inc.'
3030
__credits__ = ['Pavlo Baron', 'Peter Giacomo Lombardo']
3131
__license__ = 'MIT'
3232
__maintainer__ = 'Peter Giacomo Lombardo'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def check_setuptools():
2020
check_setuptools()
2121

2222
setup(name='instana',
23-
version='1.2.0',
23+
version='1.2.1',
2424
download_url='https://github.com/instana/python-sensor',
2525
url='https://www.instana.com/',
2626
license='MIT',

0 commit comments

Comments
 (0)