diff options
author | Edoardo Pasca <edo.paskino@gmail.com> | 2018-11-07 14:21:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-07 14:21:46 +0000 |
commit | 42d9e33488400dd8b232002ad862be861f5f7439 (patch) | |
tree | 6f7ad8ab0fcebbcda9da435174cd68b368b2f281 /Wrappers/Python | |
parent | 3f5c27f14cf921246ee55582f42bf5322f3cd590 (diff) | |
download | framework-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.yaml | 2 | ||||
-rw-r--r-- | Wrappers/Python/setup.py | 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 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", |