Skip to content

Commit b933ef0

Browse files
authored
Merge pull request #138 from IBM/pypi-versions
updated PyPi versions
2 parents fd2a8e5 + 10451c2 commit b933ef0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.make.versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
################################################################################
55

66
# Data prep lab wheel version
7-
DPK_LIB_VERSION=0.0.1
8-
DPK_LIB_KFP_VERSION=0.0.1
7+
DPK_LIB_VERSION=0.1.0
8+
DPK_LIB_KFP_VERSION=0.1.0
99

1010
# Begin transform versions/tags
1111
BLOCKLIST_VERSION=0.3.0

data-processing-lib/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "data_prep_toolkit"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
requires-python = ">=3.10"
55
description = "Data Preparation Toolkit Library"
66
license = {text = "Apache-2.0"}

kfp/kfp_support_lib/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "data_prep_toolkit_kfp"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
requires-python = ">=3.10"
55
description = "Data Preparation Kit Library. KFP support"
66
license = {text = "Apache-2.0"}
@@ -14,7 +14,7 @@ authors = [
1414
dependencies = [
1515
"kfp==1.8.22",
1616
"requests",
17-
"data-prep-toolkit==0.0.1",
17+
"data-prep-toolkit==0.1.0",
1818
]
1919

2020
[build-system]

0 commit comments

Comments
 (0)