From fc69caf60cd1b3b0fdf2f76dd64b051c26c59f55 Mon Sep 17 00:00:00 2001 From: seria Date: Sat, 25 May 2024 17:09:27 +0900 Subject: [PATCH] chore(ver): Bump to v1.3.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3daba5a..7c7b77b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ license = "GPL-3.0" name = "yatta-py" packages = [{include = "yatta"}] readme = "README.md" -version = "1.3.6" +version = "1.3.7" [tool.poetry.dependencies] aiohttp = "^3.9.1"