Skip to content

Commit 1303d47

Browse files
committed
Bump package version to 0.7.9
1 parent 4a84c5d commit 1303d47

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
@@ -24,7 +24,7 @@
2424
__copyright__ = 'Copyright 2017 Instana Inc.'
2525
__credits__ = ['Pavlo Baron', 'Peter Giacomo Lombardo']
2626
__license__ = 'MIT'
27-
__version__ = '0.7.8'
27+
__version__ = '0.7.9'
2828
__maintainer__ = 'Peter Giacomo Lombardo'
2929
__email__ = '[email protected]'
3030

setup.py

Lines changed: 1 addition & 1 deletion
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.7.8',
4+
version='0.7.9',
55
download_url='https://github.com/instana/python-sensor',
66
url='https://www.instana.com/',
77
license='MIT',

0 commit comments

Comments
 (0)