We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43f16b2 commit 2391255Copy full SHA for 2391255
3 files changed
βDockerfileβ
@@ -1,6 +1,6 @@
1
FROM python:3.12
2
3
-LABEL tech.tomy.docker.k.backend="0.8.2"
+LABEL tech.tomy.docker.k.backend="0.9.0"
4
LABEL maintainer="Tomy Hsieh @tomy0000000"
5
6
WORKDIR /usr/src/k-backend
βk_backend/main.pyβ
@@ -11,7 +11,7 @@
11
app = FastAPI(
12
title=settings.PROJECT_NAME,
13
description="The All-in-One Financial Island",
14
- version="0.8.2",
+ version="0.9.0",
15
debug=settings.ENVIRONMENT == "local",
16
default_response_class=KustomJSONResponse,
17
openapi_tags=tags,
βpyproject.tomlβ
[project]
name = "k-backend"
-version = "0.8.2"
+version = "0.9.0"
description = "The backend API server of K"
license = { text = "MIT" }
readme = "README.md"
0 commit comments