Skip to content

Commit 5b03950

Browse files
committed
change version
1 parent edbbcd1 commit 5b03950

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

rubato/static/dll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 5f016941554d17ea590a8c320821391ee05134f0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# pylint: disable=all
22
from setuptools import setup, find_packages
33

4-
VERSION = "1.2.0"
4+
VERSION = "0.1.0"
55
DESCRIPTION = "A lightweight, developer-first game engine built for Python."
66
LONG_DESCRIPTION = (open("README.md").read() + "\n\n" +
77
open("CHANGELOG.md").read())

0 commit comments

Comments
 (0)