Skip to content

Commit

Permalink
setup.py and init: update to v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianHofmann committed Apr 7, 2022
1 parent f5747b3 commit 7733716
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion powerplantmatching/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

from __future__ import absolute_import

__version__ = "0.5.1"
__version__ = "0.5.2"
__author__ = "Fabian Hofmann, Jonas Hoersch, Fabian Gotzens"
__copyright__ = "Copyright 2017-2020 Frankfurt Institute for Advanced Studies"
# The rough hierarchy of this package is
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="powerplantmatching",
version="0.5.1",
version="0.5.2",
author="Fabian Hofmann (FIAS), Jonas Hoersch (KIT), Fabian Gotzens (FZ Jülich)",
author_email="[email protected]",
description="Toolset for generating and managing Power Plant Data",
Expand Down

0 comments on commit 7733716

Please sign in to comment.