File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM condaforge/mambaforge
33ARG DEBIAN_FRONTEND=noninteractive
44ENV PIP_ROOT_USER_ACTION=ignore
55LABEL 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
99WORKDIR /code
Original file line number Diff line number Diff 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 "
125125commit = true
126126commit_args = " --no-verify"
127127tag = false
Original file line number Diff line number Diff line change 66
77__author__ = """David Huard"""
889- __version__ = "0.13.2 "
9+ __version__ = "0.13.3-dev.0 "
You can’t perform that action at this time.
0 commit comments