From 0262f4f9943f05d477f663fd1814c3c4f43d901b Mon Sep 17 00:00:00 2001 From: mobyw Date: Sun, 26 May 2024 17:54:53 +0800 Subject: [PATCH] :wrench: Modify repo url --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 576662c..30cf692 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "starrailres" -version = "2.0.0" +version = "2.1.0" description = "StarRailRes parse package" authors = ["mobyw "] license = "MIT" packages = [{ include = 'starrailres' }] readme = "README.md" -repository = "https://github.com/Mar-7th/StarRailRes-Python" +repository = "https://github.com/Mar-7th/starrailres.py" [tool.poetry.dependencies] python = "^3.8"