Skip to content

Commit e369951

Browse files
committed
πŸ”– release: 0.8.1
1 parent f975328 commit e369951

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.12
22

3-
LABEL tech.tomy.docker.k.backend="0.8.0"
3+
LABEL tech.tomy.docker.k.backend="0.8.1"
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
@@ -9,7 +9,7 @@
99
app = FastAPI(
1010
title=settings.PROJECT_NAME,
1111
description="The All-in-One Financial Island",
12-
version="0.8.0",
12+
version="0.8.1",
1313
default_response_class=KustomJSONResponse,
1414
openapi_tags=tags,
1515
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
[project]
22
name = "k-backend"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
description = "The backend API server of K"
55
license = { text = "MIT" }
66
readme = "README.md"

0 commit comments

Comments
Β (0)