Skip to content

Commit 58c267b

Browse files
committed
πŸ“ release: 0.10.0
1 parent 0b356be commit 58c267b

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

3-
LABEL tech.tomy.docker.tubee="0.9.1"
3+
LABEL tech.tomy.docker.tubee="0.10.0"
44
LABEL maintainer="Tomy Hsieh @tomy0000000"
55

66
WORKDIR /usr/src/tubee

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ src_paths = ["tubee", "migrations"]
88

99
[tool.poetry]
1010
name = "tubee"
11-
version = "0.9.1"
11+
version = "0.10.0"
1212
description = "A Web Application for Monitoring New YouTube Videos"
1313
license = "MIT License"
1414
authors = ["Tomy Hsieh <tomy0000000@gmail.com>"]

β€Žtubee/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from tubee.config import config
1919
from tubee.utils import build_sitemap
2020

21-
VERSION = "0.9.1"
21+
VERSION = "0.10.0"
2222

2323
db = SQLAlchemy()
2424
bcrypt = Bcrypt()

0 commit comments

Comments
Β (0)