Skip to content

Commit b440749

Browse files
committed
Bump package version to 1.12.0
1 parent d3ad149 commit b440749

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
from distutils.version import LooseVersion
55
from setuptools import find_packages, setup
66

7+
VERSION = '1.12.0'
8+
79
# Import README.md into long_description
810
pwd = path.abspath(path.dirname(__file__))
911

@@ -32,7 +34,7 @@ def check_setuptools():
3234
check_setuptools()
3335

3436
setup(name='instana',
35-
version='1.11.6',
37+
version=VERSION,
3638
url='https://www.instana.com/',
3739
project_urls={
3840
'CI: CircleCI': 'https://circleci.com/gh/instana/python-sensor',

0 commit comments

Comments
 (0)