diff --git a/pyproject.toml b/pyproject.toml index f2f26b2c..3fb1e8be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "gemspy" -version = "0.0.1" +version = "0.0.2" description = "Python interpreter for GEMS: modelling and simulation of complex energy systems under uncertainty" readme = "README.md" license = { file = "LICENSE" } @@ -72,4 +72,4 @@ exclude = ''' ''' [tool.isort] -profile = "black" \ No newline at end of file +profile = "black"