Skip to content

Commit

Permalink
Bump package version to 0.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pglombardo committed Dec 8, 2017
1 parent 684d74b commit 9971d94
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 @@ -9,7 +9,7 @@
__copyright__ = 'Copyright 2017 Instana Inc.'
__credits__ = ['Pavlo Baron', 'Peter Giacomo Lombardo']
__license__ = 'MIT'
__version__ = '0.6.9'
__version__ = '0.6.10'
__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.6.9',
version='0.6.10',
download_url='https://github.com/instana/python-sensor',
url='https://www.instana.com/',
license='MIT',
Expand Down

0 comments on commit 9971d94

Please sign in to comment.