From 42d9e33488400dd8b232002ad862be861f5f7439 Mon Sep 17 00:00:00 2001 From: Edoardo Pasca Date: Wed, 7 Nov 2018 14:21:46 +0000 Subject: increased version number (#163) --- Wrappers/Python/conda-recipe/meta.yaml | 2 +- Wrappers/Python/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Wrappers/Python') 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", -- cgit v1.2.3