Repos / pytaku / 67d3b85822
commit 67d3b85822336dedd5a579404f39bddd44a5c7ba
Author: Bùi Thành Nhân <hi@imnhan.com>
Date: Sat Oct 2 18:32:00 2021 +0700
update demo url
diff --git a/README.md b/README.md
index a9e50ee..7d0182d 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
-Live demo: https://dev.pytaku.com (db may be hosed any time, also expect bugs)
+Live demo: https://pytaku.imnhan.com
+(db may be hosed any time, also expect bugs)
Production instance coming When It's Ready (tm).
@@ -89,7 +90,7 @@ # Production
should work:
- python3.7+
-- apws (on Debian, simply install the `python3-apsw` package)
+- apsw (on Debian, simply install the `python3-apsw` package)
- the rest are all pypi packages that should be automatically installed when
you run `pip install pytaku`
diff --git a/pyproject.toml b/pyproject.toml
index 46cb332..1cf2c5e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pytaku"
-version = "0.6.1"
+version = "0.6.2"
description = "Self-hostable web-based manga reader"
authors = ["Bùi Thành Nhân <hi@imnhan.com>"]
license = "AGPL-3.0-only"