summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Wrappers/Python/conda-recipe/meta.yaml2
-rwxr-xr-xbuild/jenkins-build.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/Wrappers/Python/conda-recipe/meta.yaml b/Wrappers/Python/conda-recipe/meta.yaml
index ed73165..808493e 100644
--- a/Wrappers/Python/conda-recipe/meta.yaml
+++ b/Wrappers/Python/conda-recipe/meta.yaml
@@ -1,6 +1,6 @@
package:
name: ccpi-regulariser
- version: 0.10.2
+ version: 0.10.3
build:
diff --git a/build/jenkins-build.sh b/build/jenkins-build.sh
index b74c38d..0c397b1 100755
--- a/build/jenkins-build.sh
+++ b/build/jenkins-build.sh
@@ -22,7 +22,7 @@ if [[ -n ${CIL_VERSION} ]]
then
echo Using defined version: $CIL_VERSION
else
- export CIL_VERSION=0.10.2
+ export CIL_VERSION=0.10.3
echo Defining version: $CIL_VERSION
fi
#cd CCPi-Regularisation-Toolkit # already there by jenkins