Skip to content

Commit

Permalink
Release version 4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mikapfl committed Jul 5, 2024
1 parent c5463ae commit 3c2f2a1
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 @@ -51,7 +51,7 @@ Citation
If you use this library and want to cite it, please cite it as:

Mika Pflüger, Daniel Huppmann & Johannes Gütschow. (2024-01-08).
pik-primap/unfccc_di_api: Version 4.0.3.
pik-primap/unfccc_di_api: Version 4.0.4.
Zenodo. https://doi.org/10.5281/zenodo.10471122

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 = 4.0.3
version = 4.0.4
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 = "4.0.3"
current = "4.0.4"

# 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__ = "4.0.3"
__version__ = "4.0.4"

from .unfccc_di_api import (
NoDataError,
Expand Down

0 comments on commit 3c2f2a1

Please sign in to comment.