Skip to content

Commit

Permalink
Bumped release version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ricnogfer committed Feb 3, 2025
1 parent 6427fb5 commit b5b24a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pypsatopo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"



Expand Down
2 changes: 1 addition & 1 deletion resources/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit b5b24a7

Please sign in to comment.