From 8ea92edbf9c187b00e76255d7d2bcc3f8acad99d Mon Sep 17 00:00:00 2001 From: Kevin Mills Date: Tue, 29 Aug 2023 13:50:39 -0500 Subject: [PATCH] Update 0.18.12.1 --- 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 192ffa9..39fc201 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 (0.18.12+1): +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 81ac7a6..89672f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "kedro-pack" -version = "0.18.12+1" +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+1" +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 b7de13d..a3f1f2f 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "kedro-pack" %} -{% set version = "0.18.12+1" %} +{% 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: c1f9f278fbbc4c2da85fd5f5004d79aaafcbe2500a06615b6d85ed12bc3fb09d + sha256: 7ed25aed065d25349a7a9db634528b16b617615efbfe8266914f90f06ec16b60 build: number: 0