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 ab1abd9 commit b169be2Copy full SHA for b169be2
setup.py
@@ -8,7 +8,7 @@
8
from setuptools.command.build_ext import build_ext
9
10
NAME = "live2d-py"
11
-VERSION = "0.4.2" # TODO: edit before push
+VERSION = "0.4.3" # TODO: edit before push
12
DESCRIPTION = "Live2D Python SDK"
13
LONG_DESCRIPTION = open("README.md", "r", encoding="utf-8").read()
14
AUTHOR = "Arkueid"
0 commit comments