From d95000983716a2925094c9542a97d7b1bc92ae78 Mon Sep 17 00:00:00 2001 From: chad Date: Sun, 24 Sep 2023 16:42:12 -0500 Subject: [PATCH] version 0.4.0 --- mazepy/globals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mazepy/globals.py b/mazepy/globals.py index 51d854b..255c69a 100644 --- a/mazepy/globals.py +++ b/mazepy/globals.py @@ -1,6 +1,6 @@ import math -VERSION = "0.3.0" +VERSION = "0.4.0" # game RES = WIDTH, HEIGHT = 1600, 900