File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
################################################################################
5
5
6
6
# 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
9
9
10
10
# Begin transform versions/tags
11
11
BLOCKLIST_VERSION=0.3.0
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " data_prep_toolkit"
3
- version = " 0.0.1 "
3
+ version = " 0.1.0 "
4
4
requires-python = " >=3.10"
5
5
description = " Data Preparation Toolkit Library"
6
6
license = {text = " Apache-2.0" }
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " data_prep_toolkit_kfp"
3
- version = " 0.0.1 "
3
+ version = " 0.1.0 "
4
4
requires-python = " >=3.10"
5
5
description = " Data Preparation Kit Library. KFP support"
6
6
license = {text = " Apache-2.0" }
@@ -14,7 +14,7 @@ authors = [
14
14
dependencies = [
15
15
" kfp==1.8.22" ,
16
16
" requests" ,
17
- " data-prep-toolkit==0.0.1 " ,
17
+ " data-prep-toolkit==0.1.0 " ,
18
18
]
19
19
20
20
[build-system ]
You can’t perform that action at this time.
0 commit comments