From b9b6846113ff43fb881c1431f98c4199aafacbbb Mon Sep 17 00:00:00 2001 From: Raventric <78981416+Ravencentric@users.noreply.github.com> Date: Wed, 27 Mar 2024 08:56:03 +0530 Subject: [PATCH] chore(release): 0.1.1 --- poetry.lock | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index e3ca4e1..927f11d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1578,4 +1578,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9" -content-hash = "d63d2fb5279a254c7fe62afac19955ef27e44bef9fa004c08f6574cded48fc9d" +content-hash = "edc8ca1a4531a466936e041cd80e5f5ab8e7b1413c3bcedafcadf83d0b52e7c6" diff --git a/pyproject.toml b/pyproject.toml index 7485192..5c30f0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pynyaa" -version = "0.1.0" +version = "0.1.1" description = "Turn nyaa.si torrent pages into neat Python objects" authors = ["Raventric <78981416+Ravencentric@users.noreply.github.com>"] license = "Unlicense" @@ -26,7 +26,7 @@ httpx = ">=0.27.0" pydantic = ">=2.6.4" beautifulsoup4 = ">=4.12.3" lxml = ">=5.1.0" -hishel = ">=0.0.24" +hishel = ">=0.0.25" torf = ">=4.2.6" typing-extensions = ">=4.10.0" strenum = { version = ">=0.4.15", python = "<3.11" }