Skip to content

Commit 5c0a9e4

Browse files
committed
Bump package version to 0.10.1
1 parent 4b14137 commit 5c0a9e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

instana/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
__copyright__ = 'Copyright 2017 Instana Inc.'
2020
__credits__ = ['Pavlo Baron', 'Peter Giacomo Lombardo']
2121
__license__ = 'MIT'
22-
__version__ = '0.10.0'
22+
__version__ = '0.10.1'
2323
__maintainer__ = 'Peter Giacomo Lombardo'
2424
__email__ = 'peter.lombardo@instana.com'
2525

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33
setup(name='instana',
4-
version='0.10.0',
4+
version='0.10.1',
55
download_url='https://github.com/instana/python-sensor',
66
url='https://www.instana.com/',
77
license='MIT',

0 commit comments

Comments
 (0)