From 5f137a62ec8f66711c5b1fb3a94786b2855fa73a Mon Sep 17 00:00:00 2001 From: adrienmalin <41926238+adrienmalin@users.noreply.github.com> Date: Thu, 3 Oct 2019 01:41:21 +0200 Subject: [PATCH] V0.2 Release Music Soft drop autorepeat delay set to fall delay / 20 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 40383d8..1d903c0 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ options = { } setup( name = "TetrArcade", - version = "0.2-dev", + version = "0.2", description = "Tetris clone", author = "AdrienMalin", executables = [executable],