Skip to content

Commit e4c4fcd

Browse files
author
Bob Strahan
committed
Bump version to 0.3.13
1 parent fefb392 commit e4c4fcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/idp_common_pkg/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exclude = ["build", "build.*", "*build", "*build.*", "*.build", "*.build.*", "**
88

99
[project]
1010
name = "idp_common"
11-
version = "0.3.12"
11+
version = "0.3.13"
1212
description = "Common utilities for GenAI IDP Accelerator patterns"
1313
authors = [
1414
{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
@@ -96,7 +96,7 @@
9696

9797
setup(
9898
name="idp_common",
99-
version="0.3.12",
99+
version="0.3.13",
100100
packages=find_packages(
101101
exclude=[
102102
"build",

0 commit comments

Comments
 (0)