We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edbbcd1 commit 5b03950Copy full SHA for 5b03950
rubato/static/dll
@@ -0,0 +1 @@
1
+Subproject commit 5f016941554d17ea590a8c320821391ee05134f0
setup.py
@@ -1,7 +1,7 @@
# pylint: disable=all
2
from setuptools import setup, find_packages
3
4
-VERSION = "1.2.0"
+VERSION = "0.1.0"
5
DESCRIPTION = "A lightweight, developer-first game engine built for Python."
6
LONG_DESCRIPTION = (open("README.md").read() + "\n\n" +
7
open("CHANGELOG.md").read())
0 commit comments