Skip to content

Commit 1219a23

Browse files
fix(version): rename version (#172)
* Update pyproject.toml * Update version in pyproject.toml 0.0.1 -> 0.0.2
1 parent 1ccc69b commit 1219a23

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "gemspy"
7-
version = "0.0.1"
7+
version = "0.0.2"
88
description = "Python interpreter for GEMS: modelling and simulation of complex energy systems under uncertainty"
99
readme = "README.md"
1010
license = { file = "LICENSE" }
@@ -72,4 +72,4 @@ exclude = '''
7272
'''
7373

7474
[tool.isort]
75-
profile = "black"
75+
profile = "black"

0 commit comments

Comments
 (0)