Skip to content

Commit

Permalink
πŸ“ release: 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomy0000000 committed Jul 31, 2022
1 parent d9588d2 commit 1ab7cf5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.9

LABEL tech.tomy.docker.tubee="0.10.1"
LABEL tech.tomy.docker.tubee="0.11.0"
LABEL maintainer="Tomy Hsieh @tomy0000000"

WORKDIR /usr/src/tubee
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ src_paths = ["tubee", "migrations"]

[tool.poetry]
name = "tubee"
version = "0.10.1"
version = "0.11.0"
description = "A Web Application for Monitoring New YouTube Videos"
license = "MIT License"
authors = ["Tomy Hsieh <tomy0000000@gmail.com>"]
Expand Down
2 changes: 1 addition & 1 deletion tubee/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from tubee.config import config
from tubee.utils import build_sitemap

VERSION = "0.10.1"
VERSION = "0.11.0"

db = SQLAlchemy()
bcrypt = Bcrypt()
Expand Down

0 comments on commit 1ab7cf5

Please sign in to comment.