Skip to content

Commit 64d521c

Browse files
committed
chore: export __version__ in __init__.py
1 parent 2cb3a70 commit 64d521c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • src/aws_durable_execution_sdk_python_testing

src/aws_durable_execution_sdk_python_testing/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
WebRunnerConfig,
1010
)
1111

12+
from aws_durable_execution_sdk_python_testing.__about__ import __version__
13+
1214

1315
__all__ = [
1416
"DurableChildContextTestRunner",
@@ -17,4 +19,5 @@
1719
"DurableFunctionTestRunner",
1820
"WebRunner",
1921
"WebRunnerConfig",
22+
"__version__",
2023
]

0 commit comments

Comments
 (0)