Skip to content

Commit

Permalink
Merge pull request #138 from IBM/pypi-versions
Browse files Browse the repository at this point in the history
updated PyPi versions
  • Loading branch information
daw3rd authored May 16, 2024
2 parents fd2a8e5 + 10451c2 commit b933ef0
Show file tree
Hide file tree
Showing 3 changed files with 5 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
DPK_LIB_VERSION=0.0.1
DPK_LIB_KFP_VERSION=0.0.1
DPK_LIB_VERSION=0.1.0
DPK_LIB_KFP_VERSION=0.1.0

# Begin transform versions/tags
BLOCKLIST_VERSION=0.3.0
Expand Down
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_toolkit"
version = "0.0.1"
version = "0.1.0"
requires-python = ">=3.10"
description = "Data Preparation Toolkit 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_toolkit_kfp"
version = "0.0.1"
version = "0.1.0"
requires-python = ">=3.10"
description = "Data Preparation Kit Library. KFP support"
license = {text = "Apache-2.0"}
Expand All @@ -14,7 +14,7 @@ authors = [
dependencies = [
"kfp==1.8.22",
"requests",
"data-prep-toolkit==0.0.1",
"data-prep-toolkit==0.1.0",
]

[build-system]
Expand Down

0 comments on commit b933ef0

Please sign in to comment.