Skip to content

Commit

Permalink
Release version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikapfl committed Apr 23, 2021
1 parent 3d70564 commit 92ec906
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = unfccc_di_api
version = 2.0.0
version = 2.0.1
author = Mika Pflüger
author_email = [email protected]
description = Python wrapper around the Flexible Query API of the UNFCCC.
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion unfccc_di_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

__author__ = """Mika Pflüger"""
__email__ = "[email protected]"
__version__ = "2.0.0"
__version__ = "2.0.1"

from .unfccc_di_api import UNFCCCApiReader, UNFCCCSingleCategoryApiReader

Expand Down

0 comments on commit 92ec906

Please sign in to comment.