From c2e45618d299c67694d2defad5ea0f78489dde8d Mon Sep 17 00:00:00 2001 From: Alex Bulankou Date: Fri, 11 Aug 2017 16:30:51 -0700 Subject: [PATCH] Bumping version to v11 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 54f356c..778f38f 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # http://packaging.python.org/en/latest/tutorial.html#version - version='0.10.0', + version='0.11.0', description='This project extends the Application Insights API surface to support Python.', long_description=long_description,