Skip to content

Commit

Permalink
Release version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikapfl committed Mar 16, 2021
1 parent 6efaf4a commit be4aad8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.3.1"
__version__ = "0.3.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.3.1
version = 0.3.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.3.1"
current = "0.3.2"

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

0 comments on commit be4aad8

Please sign in to comment.