diff --git a/README.md b/README.md index c44c39f9..0f0f5f40 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,13 @@ A toolset for cleaning, standardizing and combining multiple power plant databases. -You can directly [download the current version of the data](https://downgit.github.io/#/home?url=https://github.com/PyPSA/powerplantmatching/blob/master/powerplants.csv) as a CSV file. - This package provides ready-to-use power plant data for the European power system. Starting from openly available power plant datasets, the package cleans, standardizes and merges the input data to create a new combining dataset, which includes all the important information. The package allows to easily update the combined data as soon as new input datasets are released. +You can directly [download the current version of the data](https://downgit.github.io/#/home?url=https://github.com/PyPSA/powerplantmatching/blob/master/powerplants.csv) as a CSV file. + ![Map of power plants in Europe](https://user-images.githubusercontent.com/19226431/46086361-36a13080-c1a8-11e8-82ed-9f04167273e5.png) Initially, powerplantmatching was initially developed by the @@ -78,7 +78,7 @@ and/or the current release stored on Zenodo with a release-specific DOI: ## Licence -Copyright 2018-2022 Fabian Hofmann (EnSys TU Berlin), Fabian Gotzens (FZ Jülich), Jonas Hörsch (KIT), +Copyright 2018-2022 Fabian Hofmann (EnSys TU Berlin), Fabian Gotzens (FZ Jülich), Jonas Hörsch (KIT), powerplantmatching is released as free software under the [GPLv3](http://www.gnu.org/licenses/gpl-3.0.en.html), see diff --git a/powerplantmatching/__init__.py b/powerplantmatching/__init__.py index 974c058d..53d0a0ac 100644 --- a/powerplantmatching/__init__.py +++ b/powerplantmatching/__init__.py @@ -24,7 +24,7 @@ from __future__ import absolute_import -__version__ = "0.5.3" +__version__ = "0.5.4" __author__ = "Fabian Hofmann, Jonas Hoersch, Fabian Gotzens" __copyright__ = "Copyright 2017-2020 Frankfurt Institute for Advanced Studies" # The rough hierarchy of this package is diff --git a/setup.py b/setup.py index c07c072a..b907ee83 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name="powerplantmatching", - version="0.5.3", + version="0.5.4", author="Fabian Hofmann (FIAS), Jonas Hoersch (KIT), Fabian Gotzens (FZ Jülich)", author_email="hofmann@fias.uni-frankfurt.de", description="Toolset for generating and managing Power Plant Data",