Skip to content

Commit

Permalink
Bump service to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
meffmadd committed Feb 26, 2024
1 parent cb4c26a commit baaaca0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/grader-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 0.4.1
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.4.0"
appVersion: "0.4.1"
2 changes: 1 addition & 1 deletion docs/source/_static/openapi/grader_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ info:
description: The REST API for the grader service
license:
name: BSD-3-Clause
version: '0.4.0'
version: '0.4.1'
servers:
- url: /services/mock
description: relative path to mock
Expand Down
2 changes: 1 addition & 1 deletion grader_service/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# LICENSE file in the root directory of this source tree.

# version_info updated by running `tbump`
__version__ = '0.4.0'
__version__ = '0.4.1'
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "grader-service"
description = "Grader service"
version = "0.4.0"
version = "0.4.1"
requires-python = ">=3.8"
authors = [{name='Florian Jäger'}, {name='Matthias Matt'}]
license = {text = "BSD-3-Clause"}
Expand Down Expand Up @@ -63,7 +63,7 @@ Documentation = "https://grader-service.readthedocs.io/en/latest/index.html"
github_url = "https://github.com/TU-Wien-dataLAB/Grader-Service"

[tool.tbump.version]
current = "0.4.0"
current = "0.4.1"

# Example of a semver regexp.
# Make sure this matches current_version before
Expand Down

0 comments on commit baaaca0

Please sign in to comment.