From b5b24a7c9c88308e01f548a53848cc376454fe61 Mon Sep 17 00:00:00 2001 From: Ricardo Date: Mon, 3 Feb 2025 14:29:28 +0100 Subject: [PATCH] Bumped release version to 1.1.0 --- pypsatopo.py | 4 ++-- resources/pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"