Skip to content

Commit a3ea638

Browse files
committed
Bump package version to 1.7.8
1 parent 7e41f79 commit a3ea638

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
@@ -23,7 +23,7 @@
2323
__copyright__ = 'Copyright 2017 Instana Inc.'
2424
__credits__ = ['Pavlo Baron', 'Peter Giacomo Lombardo']
2525
__license__ = 'MIT'
26-
__version__ = '0.7.7'
26+
__version__ = '0.7.8'
2727
__maintainer__ = 'Peter Giacomo Lombardo'
2828
__email__ = '[email protected]'
2929

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.7',
4+
version='0.7.8',
55
download_url='https://github.com/instana/python-sensor',
66
url='https://www.instana.com/',
77
license='MIT',

0 commit comments

Comments
 (0)