diff --git a/pyproject.toml b/pyproject.toml index 59265d5..1cc3b3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,7 @@ requires = [ [project] name = "vqepy" +version = "1.0.0" description = "An open source Python package for molecular and condensed matter VQE research" readme = "README.md" keywords = [ @@ -22,7 +23,6 @@ classifiers = [ "Operating System :: OS Independent", ] requires-python = ">=3.10" -dynamic = [ "version", ] dependencies = [ "pyscf", "numpy",