diff --git a/pypsatopo.py b/pypsatopo.py index 7d905b4..13ffb20 100644 --- a/pypsatopo.py +++ b/pypsatopo.py @@ -3,7 +3,7 @@ __project__ = "PyPSATopo" -__version__ = "1.0.2" +__version__ = "1.0.3" __description__ = "PyPSATopo is a tool that allows generating the topographical representation of any arbitrary PyPSA-based network" __license__ = "BSD 3-Clause" __author__ = "Energy Systems Group at Aarhus University (Denmark)" diff --git a/resources/pyproject.toml b/resources/pyproject.toml index ef086d4..bccbd25 100644 --- a/resources/pyproject.toml +++ b/resources/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pypsatopo" -version = "1.0.2" +version = "1.0.3" description = "PyPSATopo is a tool that allows generating the topographical representation of any arbitrary PyPSA-based network" authors = [{name = "Energy Systems Group at Aarhus University (Denmark)", email = "ricardo.fernandes@mpe.au.dk"}] requires-python = ">=3.2"