From 2c38d8bf20211802b59982326dba089d66bdc18b Mon Sep 17 00:00:00 2001 From: Kevin Mills Date: Tue, 29 Aug 2023 13:40:10 -0500 Subject: [PATCH] Update kedro-pack to 0.18.12+1 Signed-off-by: Kevin Mills --- README.md | 2 +- pyproject.toml | 4 ++-- recipe/meta.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 749992c..192ffa9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Python 3.10.12 | packaged by conda-forge | (main, Jun 23 2023, 22:40:32) [GCC 12 Type "help", "copyright", "credits" or "license" for more information. >>> import kedro_pack >>> kedro_pack.get_kedro_component_versions() -The following components are installed with kedro-pack (1.0.0): +The following components are installed with kedro-pack (0.18.12+1): - kedro: 0.18.12 - kedro-datasets: 1.6.0 - kedro-airflow: 0.6.0 diff --git a/pyproject.toml b/pyproject.toml index 6f3dd53..81ac7a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "kedro-pack" -version = "0.18.12" +version = "0.18.12+1" authors = [ { name="Kevin Mills", email="millsks@gmail.com" }, ] @@ -133,7 +133,7 @@ exclude_dirs = ["tests", "node"] [tool.poetry] name = "kedro-pack" -version = "0.18.12" +version = "0.18.12+1" description = "A generic recipe to install the kedro framework and additional kedro plugins." authors = ["Kevin Mills "] license = "Apache-2.0" diff --git a/recipe/meta.yaml b/recipe/meta.yaml index d2ae854..b7de13d 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "kedro-pack" %} -{% set version = "0.18.12" %} +{% set version = "0.18.12+1" %} {% set module_name = "kedro_pack" %} package: @@ -12,7 +12,7 @@ build: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ module_name }}-{{ version }}.tar.gz - sha256: d8783880e42c840338e66e0fec8ee833b5fb523e10f7a336a891cc3c97fe5f4f + sha256: c1f9f278fbbc4c2da85fd5f5004d79aaafcbe2500a06615b6d85ed12bc3fb09d build: number: 0