Skip to content

Commit

Permalink
bump the version
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Roger <[email protected]>
  • Loading branch information
guillaume-alliander committed Sep 18, 2024
1 parent abbc51b commit 7831396
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[tool.poetry]
name = "pycgmes"
version = "2.0.2"
version = "2.0.3"
description = "Python dataclasses for CGMES 3.0.0"
authors = ["pycgmes <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -120,7 +120,7 @@ ignore = [
]

[tool.ruff.lint.isort]
known-first-party = ["pycgmes", "tests"] # Useful if ruff does not run from the actual root of the project and to import form tests
known-first-party = ["pycgmes", "tests"] # Useful if ruff does not run from the actual root of the project and to import from tests

[tool.ruff.lint.pep8-naming]
# extend= use the default ignored names and add those
Expand Down

0 comments on commit 7831396

Please sign in to comment.