Skip to content

Commit

Permalink
Update 0.18.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
millsks committed Aug 29, 2023
1 parent ecc2190 commit 8ea92ed
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 (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
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+1"
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+1"
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+1" %}
{% 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: c1f9f278fbbc4c2da85fd5f5004d79aaafcbe2500a06615b6d85ed12bc3fb09d
sha256: 7ed25aed065d25349a7a9db634528b16b617615efbfe8266914f90f06ec16b60

build:
number: 0
Expand Down

0 comments on commit 8ea92ed

Please sign in to comment.