Skip to content

Commit 6eb7937

Browse files
committed
🧹 chore: Release 0.3.0
1 parent 3794dd7 commit 6eb7937

2 files changed

Lines changed: 2 additions & 2 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.2.0"
3+
LABEL tech.tomy.docker.k.backend="0.3.0"
44
LABEL maintainer="Tomy Hsieh @tomy0000000"
55

66
WORKDIR /usr/src/k-backend

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.2.0"
3+
version = "0.3.0"
44
description = "The backend API server of K"
55
authors = ["Tomy Hsieh <tomy0000000@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)