Skip to content

Commit

Permalink
Bump version: 0.2.0 → 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bumpversion[bot] committed Dec 11, 2023
1 parent 498e9d2 commit 59529e2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"project_slug": "figanos",
"project_short_description": "Outils pour produire des graphiques informatifs sur les impacts des changements climatiques.",
"pypi_username": "Sarahclaude",
"version": "0.2.0",
"version": "0.2.1",
"use_pytest": "y",
"use_black": "y",
"use_conda": "y",
Expand Down
2 changes: 1 addition & 1 deletion figanos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Sarah-Claude Bourdeau-Goulet"""
__email__ = "bourdeau-goulet.sarah-claude@ouranos.ca"
__version__ = "0.2.0"
__version__ = "0.2.1"

from . import matplotlib
from ._logo import Logos
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ target-version = [
]

[tool.bumpversion]
current_version = "0.2.0"
current_version = "0.2.1"
commit = true
tag = false
tag_name = "{new_version}"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_figanos.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ def test_package_metadata():
contents = f.read()
assert """Sarah-Claude Bourdeau-Goulet""" in contents
assert '__email__ = "bourdeau-goulet.sarah-claude@ouranos.ca"' in contents
assert '__version__ = "0.2.0"' in contents
assert '__version__ = "0.2.1"' in contents

0 comments on commit 59529e2

Please sign in to comment.