Skip to content

Commit

Permalink
🔖 Release v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SerinaNya committed Apr 27, 2024
1 parent 584d243 commit 3f510f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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>"]
Expand Down Expand Up @@ -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"]
Expand Down

0 comments on commit 3f510f2

Please sign in to comment.