Loading pyproject.toml +2 −2 Original line number Diff line number Diff line Loading @@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta" [project] name = "geoloop" version = "1.0.0b1" description = "This is a Python package for simulation of (deep) Borehole Heat Exchanger (BHE) systems" version = "1.0.0" description = "This is a Python package for simulation of (deep) vertical Borehole Heat Exchanger (BHE) systems" authors = [ { name = "Zanne Korevaar", email = "zanne.korevaar@tno.nl" }, { name = "Jan-Diederik van Wees", email = "jan_diederik.vanwees@tno.nl" } Loading Loading
pyproject.toml +2 −2 Original line number Diff line number Diff line Loading @@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta" [project] name = "geoloop" version = "1.0.0b1" description = "This is a Python package for simulation of (deep) Borehole Heat Exchanger (BHE) systems" version = "1.0.0" description = "This is a Python package for simulation of (deep) vertical Borehole Heat Exchanger (BHE) systems" authors = [ { name = "Zanne Korevaar", email = "zanne.korevaar@tno.nl" }, { name = "Jan-Diederik van Wees", email = "jan_diederik.vanwees@tno.nl" } Loading