Skip to content

Commit 877f52b

Browse files
committed
make version dynamic in pyproject.toml
1 parent cbabf5a commit 877f52b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030
"Topic :: Scientific/Engineering",
3131
"Topic :: Software Development :: Libraries :: Python Modules",
3232
]
33-
version = "1.5.0"
33+
dynamic = ["version"]
3434

3535
[project.urls]
3636
Documentation = "https://libensemble.readthedocs.io/en/main/"

0 commit comments

Comments
 (0)