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__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/cxmanage_api/__init__.py b/cxmanage_api/__init__.py
index 9cff494..6c2a52e 100644
--- a/cxmanage_api/__init__.py
+++ b/cxmanage_api/__init__.py
@@ -38,6 +38,9 @@ import shutil
import tempfile
+__version__ = "0.10.1"
+
+
WORK_DIR = tempfile.mkdtemp(prefix="cxmanage_api-")
atexit.register(lambda: shutil.rmtree(WORK_DIR))