Skip to content

Commit

Permalink
Update kedro-pack to 0.18.12+1
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Mills <[email protected]>
  • Loading branch information
millsks committed Aug 29, 2023
1 parent 7e87c5e commit 2c38d8b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "kedro-pack"
version = "0.18.12"
version = "0.18.12+1"
authors = [
{ name="Kevin Mills", email="[email protected]" },
]
Expand Down Expand Up @@ -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 <[email protected]>"]
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 2c38d8b

Please sign in to comment.