Skip to content

Commit

Permalink
A few fixes, mostly cosmetic
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Roger <guillaume.roger@alliander.com>
  • Loading branch information
guillaume-alliander committed Nov 24, 2023
1 parent 787936b commit 6923535
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ SPDX-License-Identifier: Apache-2.0
- [CI](#ci)
- [CD](#cd)
- [License](#license)
- [Contributing](#contributing)
- [Contact](#contact)
- [Attribution](#attribution)

Python dataclasses for CGMES 3 + RDF schema description + SHACL (validation) files.

Expand Down
4 changes: 2 additions & 2 deletions pycgmes/utils/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,6 @@ class CgmesAttribute(TypedDict):

# Actual value
value: CgmesAttributeTypes
# The default will be None. Only custom attributes might have something different, given as metadata.
# Custom attributes might have something different, given as metadata.
# See readme for more information.
namespace: str | None
namespace: str
2 changes: 1 addition & 1 deletion 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.1"
version = "2.0.2"
description = "Python dataclasses for CGMES 3.0.0"
authors = ["pycgmes <pycgmes@alliander.com>"]
readme = "README.md"
Expand Down

0 comments on commit 6923535

Please sign in to comment.