Skip to content

Commit

Permalink
Merge pull request #90 from IBM/dpl-0.1.6-version
Browse files Browse the repository at this point in the history
Dpl 0.1.6 version
  • Loading branch information
daw3rd authored May 8, 2024
2 parents 29a479e + dd7d289 commit c049175
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .make.versions
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
################################################################################

# Data prep lab wheel version
DPL_LIB_VERSION=0.1.5
DPL_LIB_KFP_VERSION=0.1.7
DPL_LIB_VERSION=0.1.6
DPL_LIB_KFP_VERSION=0.1.8

# Begin transform versions/tags
BLOCKLIST_VERSION=0.2.0
Expand Down
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,12 @@ test::
@# Help: Recursively $@ in all subdirs
@$(MAKE) RULE=$@ .recurse

lib-release:
@# Help: Publish data-prep-lab $(DPL_LIB_VERSION) and data-prep-lab-kfp $(DPL_LIB_KFP_VERSION) libraries to pypi
@$(MAKE) -C data-processing-lib build publish
@$(MAKE) -C kfp/kfp_support_lib build publish
@echo ""
@echo "This modified files in the repo. Please be sure to commit/push back to the repository."
@echo ""


2 changes: 1 addition & 1 deletion data-processing-lib/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "data_prep_lab"
version = "0.1.5"
version = "0.1.6"
requires-python = ">=3.10"
description = "Data Preparation Laboratory Library"
license = {text = "Apache-2.0"}
Expand Down
4 changes: 2 additions & 2 deletions kfp/kfp_support_lib/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "data_prep_lab_kfp"
version = "0.1.7"
version = "0.1.8"
requires-python = ">=3.10"
description = "Data Preparation Laboratory Library. KFP support"
license = {text = "Apache-2.0"}
Expand All @@ -14,7 +14,7 @@ authors = [
dependencies = [
"kfp==1.8.22",
"requests",
"data-prep-lab==0.1.5",
"data-prep-lab==0.1.6",
]

[build-system]
Expand Down

0 comments on commit c049175

Please sign in to comment.