From 8b03a515dd98b647911c9a54a841c70517c5e11b Mon Sep 17 00:00:00 2001 From: seria Date: Thu, 10 Oct 2024 20:25:10 +0800 Subject: [PATCH] Bump version to 1.7.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6f9a3de4..91cbec21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "genshin" -version = "1.7.1" +version = "1.7.2" description = "API wrapper for HoYoLAB/Miyoushe API built on asyncio and pydantic." readme = "README.md" requires-python = ">=3.9"