Skip to content

Commit 3c00518

Browse files
committed
Bump version: 0.13.2 → 0.13.3-dev.0
1 parent 85efba4 commit 3c00518

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.cruft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"project_repo_name": "finch",
2323
"project_readthedocs_name": "finch",
2424
"project_short_description": "A Web Processing Service for Climate Indicators.",
25-
"version": "0.13.2",
25+
"version": "0.13.3-dev.0",
2626
"open_source_license": "Apache Software License 2.0",
2727
"http_port": "5000",
2828
"use_pytest": "y",

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM condaforge/mambaforge
33
ARG DEBIAN_FRONTEND=noninteractive
44
ENV PIP_ROOT_USER_ACTION=ignore
55
LABEL org.opencontainers.image.authors="https://github.com/bird-house/finch"
6-
LABEL Description="Finch WPS" Vendor="Birdhouse" Version="0.13.2"
6+
LABEL Description="Finch WPS" Vendor="Birdhouse" Version="0.13.3-dev.0"
77

88
# Set the working directory to /code
99
WORKDIR /code

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ target-version = [
121121
]
122122

123123
[tool.bumpversion]
124-
current_version = "0.13.2"
124+
current_version = "0.13.3-dev.0"
125125
commit = true
126126
commit_args = "--no-verify"
127127
tag = false

src/finch/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
__author__ = """David Huard"""
88
__email__ = "[email protected]"
9-
__version__ = "0.13.2"
9+
__version__ = "0.13.3-dev.0"

0 commit comments

Comments
 (0)