We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d9a35d commit da35cc7Copy full SHA for da35cc7
setup.py
@@ -10,7 +10,7 @@
10
from setuptools.command.bdist_wheel import bdist_wheel
11
12
NAME = "live2d-py"
13
-VERSION = "0.5.0" # TODO: edit before push
+VERSION = "0.5.1" # TODO: edit before push
14
DESCRIPTION = "Live2D Python SDK"
15
LONG_DESCRIPTION = open("README.md", "r", encoding="utf-8").read().replace("./", "https://raw.githubusercontent.com/Arkueid/live2d-py/refs/heads/main/")
16
AUTHOR = "Arkueid"
0 commit comments