Skip to content

Commit

Permalink
Bump package version to 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pglombardo committed Jan 21, 2018
1 parent c719ddc commit 857d08b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion instana/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
__copyright__ = 'Copyright 2017 Instana Inc.'
__credits__ = ['Pavlo Baron', 'Peter Giacomo Lombardo']
__license__ = 'MIT'
__version__ = '0.7.4'
__version__ = '0.7.5'
__maintainer__ = 'Peter Giacomo Lombardo'
__email__ = '[email protected]'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

setup(name='instana',
version='0.7.4',
version='0.7.5',
download_url='https://github.com/instana/python-sensor',
url='https://www.instana.com/',
license='MIT',
Expand Down

0 comments on commit 857d08b

Please sign in to comment.