Skip to content

Commit 1815ae2

Browse files
author
Bob Strahan
committed
rev idp_common version
1 parent 11259bc commit 1815ae2

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

lib/idp_common_pkg/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ where = ["."]
77

88
[project]
99
name = "idp_common"
10-
version = "0.2.21"
10+
version = "0.3.1"
1111
description = "Common utilities for GenAI IDP Accelerator patterns"
1212
authors = [
1313
{name = "AWS", email = "noreply@amazon.com"}

lib/idp_common_pkg/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
setup(
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",

publish.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,9 @@ check_parameters
493493
check_prerequisites
494494
setup_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
497500
for dir in patterns/* options/*; do
498501
build_and_package_template "$dir"

0 commit comments

Comments
 (0)