Skip to content

Commit

Permalink
Release version 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikapfl committed Dec 13, 2022
1 parent 34fdf5d commit e93cd3e
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 & Johannes Gütschow. (2022-03-15).
pik-primap/unfccc_di_api: Version 3.0.1.
pik-primap/unfccc_di_api: Version 3.0.2.
Zenodo. https://doi.org/10.5281/zenodo.6355639

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 = 3.0.1
version = 3.0.2
author = Mika Pflüger
author_email = mika.pflueger@pik-potsdam.de
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 = "3.0.1"
current = "3.0.2"

# 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__ = "mika.pflueger@pik-potsdam.de"
__version__ = "3.0.1"
__version__ = "3.0.2"

from .unfccc_di_api import NoDataError, UNFCCCApiReader, UNFCCCSingleCategoryApiReader

Expand Down

0 comments on commit e93cd3e

Please sign in to comment.