File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ where = ["."]
77
88[project ]
99name = " idp_common"
10- version = " 0.2.21 "
10+ version = " 0.3.1 "
1111description = " Common utilities for GenAI IDP Accelerator patterns"
1212authors = [
1313 {name = " AWS" , email = " noreply@amazon.com" }
Original file line number Diff line number Diff line change 4848
4949setup (
5050 name = "idp_common" ,
51- version = "0.2.21 " ,
51+ version = "0.3.1 " ,
5252 packages = find_packages (),
5353 include_package_data = True ,
5454 python_requires = ">=3.8" ,
Original file line number Diff line number Diff line change @@ -493,6 +493,9 @@ check_parameters
493493check_prerequisites
494494setup_artifacts_bucket
495495
496+ echo " Delete temp files in ./lib"
497+ rm -fr ./lib/build ./lib/idp_common_pkg/idp_common.egg-info
498+
496499# Build nested templates
497500for dir in patterns/* options/* ; do
498501 build_and_package_template " $dir "
You can’t perform that action at this time.
0 commit comments