From ee7e6fcdb97ada24585acd35465f900ca592c876 Mon Sep 17 00:00:00 2001 From: adrien Date: Tue, 8 Oct 2019 01:10:17 +0200 Subject: [PATCH] V0.5 Release More compliant with Tetris Guidelines --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b49a328..177c9df 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ options = { } setup( name="TetrArcade", - version="0.4", + version="0.5", description="Tetris clone", author="AdrienMalin", executables=[executable],