summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python
diff options
context:
space:
mode:
authorEdoardo Pasca <edo.paskino@gmail.com>2018-11-07 14:21:46 +0000
committerGitHub <noreply@github.com>2018-11-07 14:21:46 +0000
commit42d9e33488400dd8b232002ad862be861f5f7439 (patch)
tree6f7ad8ab0fcebbcda9da435174cd68b368b2f281 /Wrappers/Python
parent3f5c27f14cf921246ee55582f42bf5322f3cd590 (diff)
downloadframework-42d9e33488400dd8b232002ad862be861f5f7439.tar.gz
framework-42d9e33488400dd8b232002ad862be861f5f7439.tar.bz2
framework-42d9e33488400dd8b232002ad862be861f5f7439.tar.xz
framework-42d9e33488400dd8b232002ad862be861f5f7439.zip
increased version number (#163)
Diffstat (limited to 'Wrappers/Python')
-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",