Skip to content

Commit

Permalink
Release version 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikapfl committed May 18, 2021
1 parent 50d3b6c commit d6e0c8f
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 @@ -56,5 +56,5 @@ Citation
If you use this library and want to cite it, please cite it as:

Mika Pflüger, Annika Günther, and Johannes Gütschow. (2021-05-04).
pik-primap/climate_categories: Version 0.5.1.
pik-primap/climate_categories: Version 0.5.2.
Zenodo. https://doi.org/10.5281/zenodo.4736676
2 changes: 1 addition & 1 deletion climate_categories/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

__author__ = """Mika Pflüger"""
__email__ = "[email protected]"
__version__ = "0.5.1"
__version__ = "0.5.2"

import importlib
import importlib.resources
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 = climate_categories
version = 0.5.1
version = 0.5.2
author = Mika Pflüger
author_email = [email protected]
description = Commonly used codes, categories, terminologies, and nomenclatures used in climate policy analysis as a Python package.
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/climate_categories/"

[version]
current = "0.5.1"
current = "0.5.2"

# Example of a semver regexp.
# Make sure this matches current_version before
Expand Down

0 comments on commit d6e0c8f

Please sign in to comment.