~nhanb/pytaku

e2d630af9bc8449c1811b5756ff3b9f9f0aaa297 — Nhân 1 year, 9 months ago 418d980
use latest poetry minor version too

Pinning the minor version just to be safe.
2 files changed, 2 insertions(+), 2 deletions(-)

M .builds/debian.yml
M pyproject.toml
M .builds/debian.yml => .builds/debian.yml +1 -1
@@ 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


M pyproject.toml => pyproject.toml +1 -1
@@ 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"