Skip to content

Commit

Permalink
Bump version: 0.13.1 → 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Oct 22, 2024
1 parent 80e215c commit f9d0638
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_repo_name": "rook",
"project_readthedocs_name": "rook",
"project_short_description": "A WPS service for roocs.",
"version": "0.13.1",
"version": "0.14.0",
"open_source_license": "Apache Software License 2.0",
"http_port": "5000",
"use_pytest": "y",
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM condaforge/mambaforge
ARG DEBIAN_FRONTEND=noninteractive
ENV PIP_ROOT_USER_ACTION=ignore
LABEL org.opencontainers.image.authors="https://github.com/roocs/rook"
LABEL Description="rook WPS" Vendor="Birdhouse" Version="0.13.1"
LABEL Description="rook WPS" Vendor="Birdhouse" Version="0.14.0"

# Set the working directory to /code
WORKDIR /code
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ rook = "rook.cli:cli"
[tool]

[tool.bumpversion]
current_version = "0.13.1"
current_version = "0.14.0"
commit = true
commit_args = "--no-verify"
tag = true
Expand Down
2 changes: 1 addition & 1 deletion src/rook/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

__author__ = """Carsten Ehbrecht"""
__email__ = "[email protected]"
__version__ = "0.13.1"
__version__ = "0.14.0"

0 comments on commit f9d0638

Please sign in to comment.