summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Wrappers/Python/conda-recipe/meta.yaml2
-rw-r--r--Wrappers/Python/setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Wrappers/Python/conda-recipe/meta.yaml b/Wrappers/Python/conda-recipe/meta.yaml
index 327cdcb..45d25f9 100644
--- a/Wrappers/Python/conda-recipe/meta.yaml
+++ b/Wrappers/Python/conda-recipe/meta.yaml
@@ -1,6 +1,6 @@
package:
name: ccpi-framework
- version: 0.11.1
+ version: 0.11.2
build:
diff --git a/Wrappers/Python/setup.py b/Wrappers/Python/setup.py
index dfd5bdd..ef579e9 100644
--- a/Wrappers/Python/setup.py
+++ b/Wrappers/Python/setup.py
@@ -23,7 +23,7 @@ import os
import sys
-cil_version='0.11.1'
+cil_version='0.11.2'
setup(
name="ccpi-framework",