Skip to content

Commit a490383

Browse files
committed
πŸ“ release: 0.15.1
1 parent df9767c commit a490383

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

3-
LABEL tech.tomy.docker.tubee="0.15.0"
3+
LABEL tech.tomy.docker.tubee="0.15.1"
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.15.0"
11+
version = "0.15.1"
1212
description = "A Web Application for Monitoring New YouTube Videos"
1313
license = "MIT License"
1414
authors = ["Tomy Hsieh <pypi@tomy.me>"]

β€Žtubee/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
from tubee.config import config
2424

25-
VERSION = "0.15.0"
25+
VERSION = "0.15.1"
2626

2727
db = SQLAlchemy()
2828
bcrypt = Bcrypt()

0 commit comments

Comments
Β (0)