Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rszamszur committed Dec 20, 2021
1 parent f487585 commit 87380f2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0
0.5.0
2 changes: 1 addition & 1 deletion charts/fastapi-mvc-template/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 0.2.0
# 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.5.0"
2 changes: 1 addition & 1 deletion fastapi_mvc_template/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""FastAPI MVC template version."""
__version__ = "0.4.0"
__version__ = "0.5.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fastapi-mvc-template"
version = "0.4.0"
version = "0.5.0"
description = "FastAPI MVC template"
authors = ["Radosław Szamszur <radoslawszamszur@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 87380f2

Please sign in to comment.