Repos / pytaku / e2d630af9b
commit e2d630af9bc8449c1811b5756ff3b9f9f0aaa297
Author: Nhân <hi@imnhan.com>
Date:   Sun Feb 12 23:45:03 2023 +0700

    use latest poetry minor version too
    
    Pinning the minor version just to be safe.

diff --git a/.builds/debian.yml b/.builds/debian.yml
index 44b6f2c..c9b1736 100644
--- a/.builds/debian.yml
+++ b/.builds/debian.yml
@@ -24,7 +24,7 @@ packages:
 tasks:
   - setup: |
       pip3 install pipx
-      python3 -m pipx install poetry==1.1.10
+      python3 -m pipx install poetry~=1.3
       #cd pytaku
       #poetry install --no-dev
 
diff --git a/pyproject.toml b/pyproject.toml
index 1c93909..3558a56 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "pytaku"
-version = "0.7.0"
+version = "0.7.1"
 description = "Self-hostable web-based manga reader"
 authors = ["Bùi Thành Nhân <hi@imnhan.com>"]
 license = "AGPL-3.0-only"