We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3ad149 commit b440749Copy full SHA for b440749
setup.py
@@ -4,6 +4,8 @@
4
from distutils.version import LooseVersion
5
from setuptools import find_packages, setup
6
7
+VERSION = '1.12.0'
8
+
9
# Import README.md into long_description
10
pwd = path.abspath(path.dirname(__file__))
11
@@ -32,7 +34,7 @@ def check_setuptools():
32
34
check_setuptools()
33
35
36
setup(name='instana',
- version='1.11.6',
37
+ version=VERSION,
38
url='https://www.instana.com/',
39
project_urls={
40
'CI: CircleCI': 'https://circleci.com/gh/instana/python-sensor',
0 commit comments