Skip to content

Commit 9fa3051

Browse files
committed
Bump package version to 1.8.3
1 parent 49a6e8a commit 9fa3051

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

setup.py

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,15 @@ def check_setuptools():
2020
check_setuptools()
2121

2222
setup(name='instana',
23-
version='1.8.2',
24-
download_url='https://github.com/instana/python-sensor',
23+
version='1.8.3',
2524
url='https://www.instana.com/',
25+
project_urls={
26+
'CI: Travis': 'https://travis-ci.org/instana/python-sensor',
27+
'Documentation': 'https://docs.instana.io/ecosystem/python/',
28+
'GitHub: issues': 'https://github.com/instana/python-sensor/issues',
29+
'GitHub: repo': 'https://github.com/instana/python-sensor',
30+
'Support': 'https://support.instana.com',
31+
},
2632
license='MIT',
2733
author='Instana Inc.',
2834
author_email='[email protected]',
@@ -66,13 +72,6 @@ def check_setuptools():
6672
],
6773
},
6874
test_suite='nose.collector',
69-
project_urls={
70-
'CI: Travis': 'https://travis-ci.org/instana/python-sensor',
71-
'Documentation': 'https://docs.instana.io/ecosystem/python/',
72-
'GitHub: issues': 'https://github.com/instana/python-sensor/issues',
73-
'GitHub: repo': 'https://github.com/instana/python-sensor',
74-
'Support': 'https://support.instana.com',
75-
},
7675
keywords=['performance', 'opentracing', 'metrics', 'monitoring', 'tracing', 'distributed-tracing'],
7776
classifiers=[
7877
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)