From 363a89a5904de653e42d467cbc69fab614155452 Mon Sep 17 00:00:00 2001 From: adrien Date: Sun, 6 Oct 2019 23:11:51 +0200 Subject: [PATCH] V0.4 Exploding lines --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7f9e798..b49a328 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ options = { } setup( name="TetrArcade", - version="0.3", + version="0.4", description="Tetris clone", author="AdrienMalin", executables=[executable],