Skip to content

Commit f03b47d

Browse files
committed
πŸ“ release: 0.7.0
1 parent 4290d22 commit f03b47d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

β€ŽDockerfileβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.10.4
22

3-
LABEL tech.tomy.docker.k.backend="0.6.0"
3+
LABEL tech.tomy.docker.k.backend="0.7.0"
44
LABEL maintainer="Tomy Hsieh @tomy0000000"
55

66
WORKDIR /usr/src/k-backend

β€Žk_backend/main.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
app = FastAPI(
99
title="K",
1010
description="The All-in-One Financial Island",
11-
version="0.6.0",
11+
version="0.7.0",
1212
default_response_class=KustomJSONResponse,
1313
openapi_tags=tags,
1414
contact={"name": "Tomy Hsieh", "url": "https://github.com/tomy0000000"},

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "k-backend"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
description = "The backend API server of K"
55
authors = ["Tomy Hsieh <tomy0000000@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
Β (0)