Skip to content

Commit 26b3068

Browse files
authored
Update versioning to dynamic in pyproject.toml
1 parent 15bda9f commit 26b3068

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "aws-durable-execution-sdk-python"
7-
version = "0.0.1-alpha"
7+
dynamic = ["version"]
88

99
[tool.hatch.build.targets.wheel]
1010
packages = ["src/foo"]
11+
12+
[tool.hatch.version]
13+
path = "src/aws_durable_execution_sdk_python/__about__.py"

0 commit comments

Comments
 (0)