Skip to content

Commit

Permalink
Bump version: 0.11.0-dev.0 → 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Jan 23, 2025
1 parent 2523160 commit fc677ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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": "xscen",
"project_short_description": "A climate change scenario-building analysis framework, built with xclim/xarray.",
"pypi_username": "RondeauG",
"version": "0.11.0-dev.0",
"version": "0.11.0",
"use_pytest": "y",
"use_black": "y",
"use_conda": "y",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ target-version = [
]

[tool.bumpversion]
current_version = "0.11.0-dev.0"
current_version = "0.11.0"
commit = true
commit_args = "--no-verify"
tag = false
Expand Down
2 changes: 1 addition & 1 deletion src/xscen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

__author__ = """Gabriel Rondeau-Genesse"""
__email__ = "[email protected]"
__version__ = "0.11.0-dev.0"
__version__ = "0.11.0"


# FIXME: file and line are unused
Expand Down

0 comments on commit fc677ee

Please sign in to comment.