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 4164754 commit 0cc4153Copy full SHA for 0cc4153
setup.py
@@ -10,7 +10,7 @@
10
from setuptools.command.bdist_wheel import bdist_wheel
11
12
NAME = "live2d-py"
13
-VERSION = "0.4.4" # TODO: edit before push
+VERSION = "0.4.5" # TODO: edit before push
14
DESCRIPTION = "Live2D Python SDK"
15
LONG_DESCRIPTION = open("README.md", "r", encoding="utf-8").read()
16
AUTHOR = "Arkueid"
0 commit comments