We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ccc69b commit 1219a23Copy full SHA for 1219a23
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "gemspy"
7
-version = "0.0.1"
+version = "0.0.2"
8
description = "Python interpreter for GEMS: modelling and simulation of complex energy systems under uncertainty"
9
readme = "README.md"
10
license = { file = "LICENSE" }
@@ -72,4 +72,4 @@ exclude = '''
72
'''
73
74
[tool.isort]
75
-profile = "black"
+profile = "black"
0 commit comments