diff --git a/pypsatopo.py b/pypsatopo.py index d4c08d4..166843d 100644 --- a/pypsatopo.py +++ b/pypsatopo.py @@ -3,12 +3,12 @@ __project__ = "PyPSATopo" -__version__ = "1.0.4" +__version__ = "1.1.0" __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)" __contact__ = "ricardo.fernandes@mpe.au.dk" -__status__ = "Development" +__status__ = "Production" diff --git a/resources/pyproject.toml b/resources/pyproject.toml index e59a689..c74d3ed 100644 --- a/resources/pyproject.toml +++ b/resources/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pypsatopo" -version = "1.0.4" +version = "1.1.0" 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"