Skip to content

Commit

Permalink
Bump version: 0.3.1-dev.2 → 0.3.1-dev.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bumpversion[bot] committed Apr 16, 2024
1 parent e43e661 commit 3eb1cc6
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.3.1-dev.2",
"version": "0.3.1-dev.3",
"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.3.1-dev.2"
__version__ = "0.3.1-dev.3"

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 @@ -109,7 +109,7 @@ target-version = [
]

[tool.bumpversion]
current_version = "0.3.1-dev.2"
current_version = "0.3.1-dev.3"
commit = true
commit_args = "--no-verify"
tag = false
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.3.1-dev.2"' in contents
assert '__version__ = "0.3.1-dev.3"' in contents

0 comments on commit 3eb1cc6

Please sign in to comment.