From 29f5d739d60c9c353f4c227166a152a5f18fb0d6 Mon Sep 17 00:00:00 2001 From: Peter Giacomo Lombardo Date: Fri, 19 Jan 2018 14:02:14 +0100 Subject: [PATCH] Bump package version to 0.7.4 --- instana/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/instana/__init__.py b/instana/__init__.py index 6af193033..69d8030be 100644 --- a/instana/__init__.py +++ b/instana/__init__.py @@ -23,7 +23,7 @@ __copyright__ = 'Copyright 2017 Instana Inc.' __credits__ = ['Pavlo Baron', 'Peter Giacomo Lombardo'] __license__ = 'MIT' -__version__ = '0.7.3' +__version__ = '0.7.4' __maintainer__ = 'Peter Giacomo Lombardo' __email__ = 'peter.lombardo@instana.com' diff --git a/setup.py b/setup.py index 00dbdd041..1b35da063 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name='instana', - version='0.7.3', + version='0.7.4', download_url='https://github.com/instana/python-sensor', url='https://www.instana.com/', license='MIT',