diff options
author | TomasKulhanek <tomas.kulhanek@stfc.ac.uk> | 2018-12-07 13:20:19 +0000 |
---|---|---|
committer | TomasKulhanek <tomas.kulhanek@stfc.ac.uk> | 2018-12-07 13:20:19 +0000 |
commit | 3fe0a0b6fc3507d1c9f01a3e6d4d487c2c504efd (patch) | |
tree | 861ace321ef967a62bccc0f1bcdea3ba24688bb4 | |
parent | e1f923fb8827dcb5b9763403080e2947d7b36fca (diff) | |
download | regularization-3fe0a0b6fc3507d1c9f01a3e6d4d487c2c504efd.tar.gz regularization-3fe0a0b6fc3507d1c9f01a3e6d4d487c2c504efd.tar.bz2 regularization-3fe0a0b6fc3507d1c9f01a3e6d4d487c2c504efd.tar.xz regularization-3fe0a0b6fc3507d1c9f01a3e6d4d487c2c504efd.zip |
update version
-rw-r--r-- | Wrappers/Python/conda-recipe/meta.yaml | 2 | ||||
-rwxr-xr-x | build/jenkins-build.sh | 2 |
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 |