Skip to content

Commit

Permalink
Release version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikapfl committed Jul 18, 2023
1 parent 9e6d5a0 commit 9a12a0a
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. (2022-12-13).
pik-primap/unfccc_di_api: unfccc_di_api version 3.0.2.
pik-primap/unfccc_di_api: unfccc_di_api version 4.0.0.
Zenodo. https://doi.org/10.5281/zenodo.7431899

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.2
version = 4.0.0
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 = "3.0.2"
current = "4.0.0"

# 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__ = "3.0.2"
__version__ = "4.0.0"

from .unfccc_di_api import (
NoDataError,
Expand Down

0 comments on commit 9a12a0a

Please sign in to comment.