Skip to content

Commit 34ef8d6

Browse files
committed
Remove hard-coded version from pyproject.toml
1 parent 33d98be commit 34ef8d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ version_file = "psrecord/_version.py"
77

88
[project]
99
name = "psrecord"
10-
version = "1.3.dev0"
10+
dynamic = [
11+
"version"
12+
]
1113
authors = [
1214
{ name = "Thomas Robitaille", email = "[email protected]" },
1315
]

0 commit comments

Comments
 (0)