Skip to content

Commit

Permalink
Bump version: 0.1.1-dev.0 → 0.1.1-dev.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Jan 8, 2025
1 parent ff912c5 commit 0c42f0c
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": "xsdba",
"project_short_description": "Statistical correction and bias adjustment tools for xarray.",
"pypi_username": "Zeitsperre",
"version": "0.1.1-dev.0",
"version": "0.1.1-dev.1",
"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 @@ -120,7 +120,7 @@ target-version = [
]

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

__author__ = """Trevor James Smith"""
__email__ = "smith.trevorj@ouranos.ca"
__version__ = "0.1.1-dev.0"
__version__ = "0.1.1-dev.1"
2 changes: 1 addition & 1 deletion tests/test_xsdba.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ def test_package_metadata():
contents = f.read()
assert """Trevor James Smith""" in contents
assert '__email__ = "smith.trevorj@ouranos.ca"' in contents
assert '__version__ = "0.1.1-dev.0"' in contents
assert '__version__ = "0.1.1-dev.1"' in contents

0 comments on commit 0c42f0c

Please sign in to comment.