Skip to content

Commit e4c7cea

Browse files
committed
just have version number in two places for now
Signed-off-by: Bradley Reynolds <[email protected]>
1 parent 748fcab commit e4c7cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[project]
22
name = "api.letsbuilda.dev"
33
description = "Public API for our projects"
4+
version = "1.0.0"
45
authors = [
56
{ name = "Bradley Reynolds", email = "[email protected]" },
67
]
@@ -12,7 +13,6 @@ dependencies = [
1213
"uvicorn[standard]==0.20.0",
1314
"imsosorry==1.2.0",
1415
]
15-
dynamic = ['version']
1616

1717
[project.urls]
1818
repository = "https://github.com/letsbuilda/api.letsbuilda.dev/"

0 commit comments

Comments
 (0)