diff --git a/pyproject.toml b/pyproject.toml index 201d50a..2579c0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "yggdrasil-mc" -version = "0.2.3" +version = "0.2.4" description = "A simple Python lib to get player info and texture from Mojang and Yggdrasil APIs. / 一个简单的 Python 库,可从 Mojang 和 Yggdrasil APIs 获取玩家的信息和材质。" license = "AGPL-3.0-or-later" authors = ["SerinaNya <34389622+SerinaNya@users.noreply.github.com>"] @@ -40,7 +40,7 @@ pytest-asyncio = "^0.21.1" [[tool.poetry.source]] name = "sjtu" url = "https://mirror.sjtu.edu.cn/pypi/web/simple" -priority = "default" +priority = "primary" [build-system] requires = ["poetry-core"]