summaryrefslogtreecommitdiff
path: root/cxmanage_api/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'cxmanage_api/__init__.py')
-rw-r--r--cxmanage_api/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cxmanage_api/__init__.py b/cxmanage_api/__init__.py
index c676a78..b6e8715 100644
--- a/cxmanage_api/__init__.py
+++ b/cxmanage_api/__init__.py
@@ -38,7 +38,7 @@ import shutil
import tempfile
-__version__ = "0.10.2"
+__version__ = "0.11.0"
WORK_DIR = tempfile.mkdtemp(prefix="cxmanage_api-")