From 12b7d7f4d0cb165a5216913323a39bb36186d9cb Mon Sep 17 00:00:00 2001 From: Deepali <70963368+cdeepali@users.noreply.github.com> Date: Mon, 8 Jul 2024 15:34:31 +0530 Subject: [PATCH] Builder changes for v13.0.2 (#233) --- README.md | 2 +- conda/recipe/meta.yaml | 2 +- open_ce/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 80dcfb0..b73a2d6 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ pip install -e . | 1.8.1 | 12.0.1 | | 1.9.4 | 12.0.3 | | 1.10.0 | 12.0.3 | -| 1.11.0 | 13.0.1 | +| 1.11.2 | 13.0.2 | ### Building a Collection of Packages To build an entire integrated and functional conda channel using Open-CE, start by installing the needed tools in the [Requirements](#requirements) section above. diff --git a/conda/recipe/meta.yaml b/conda/recipe/meta.yaml index 8e95691..325ff01 100644 --- a/conda/recipe/meta.yaml +++ b/conda/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "open-ce-builder" %} -{% set version = "13.0.1" %} +{% set version = "13.0.2" %} package: name: {{ name }} diff --git a/open_ce/__init__.py b/open_ce/__init__.py index 68770a1..b89ad02 100644 --- a/open_ce/__init__.py +++ b/open_ce/__init__.py @@ -15,4 +15,4 @@ # limitations under the License. # ***************************************************************** """ -__version__ = "13.0.1" +__version__ = "13.0.2"