From 92ec906c4d758807cf7fd46ca442bf93e9232a2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=20Pfl=C3=BCger?= Date: Fri, 23 Apr 2021 18:04:30 +0200 Subject: [PATCH] Release version 2.0.1 --- README.rst | 2 +- setup.cfg | 2 +- tbump.toml | 2 +- unfccc_di_api/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index d731a8e..55f661c 100644 --- a/README.rst +++ b/README.rst @@ -35,7 +35,7 @@ Citation If you use this library and want to cite it, please cite it as: Mika Pflüger & Daniel Huppmann. (2021-02-09). -pik-primap/unfccc_di_api: Version 2.0.0. +pik-primap/unfccc_di_api: Version 2.0.1. Zenodo. https://doi.org/10.5281/zenodo.4525036 Data package diff --git a/setup.cfg b/setup.cfg index f6ae3b8..450b746 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = unfccc_di_api -version = 2.0.0 +version = 2.0.1 author = Mika Pflüger author_email = mika.pflueger@pik-potsdam.de description = Python wrapper around the Flexible Query API of the UNFCCC. diff --git a/tbump.toml b/tbump.toml index 6fc7a46..8fb43ac 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ github_url = "https://github.com/pik-primap/unfccc_di_api/" [version] -current = "2.0.0" +current = "2.0.1" # Example of a semver regexp. # Make sure this matches current_version before diff --git a/unfccc_di_api/__init__.py b/unfccc_di_api/__init__.py index df55d22..0f64880 100644 --- a/unfccc_di_api/__init__.py +++ b/unfccc_di_api/__init__.py @@ -10,7 +10,7 @@ __author__ = """Mika Pflüger""" __email__ = "mika.pflueger@pik-potsdam.de" -__version__ = "2.0.0" +__version__ = "2.0.1" from .unfccc_di_api import UNFCCCApiReader, UNFCCCSingleCategoryApiReader