Skip to content

Commit 84cb805

Browse files
committed
fix(ci): explicitly set version in pyproject.toml
1 parent f2a1986 commit 84cb805

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
@@ -3,7 +3,7 @@ name = "lasso-python"
33
description = "An open-source CAE and Machine Learning library."
44
license-files = ["LICENSE.md"]
55
readme = "README.rst"
6-
dynamic = ["version"]
6+
version = "2.0.4"
77
authors = [{ name = "open-lasso-python", email = "[email protected]" }]
88
classifiers = [
99
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)