From c04c1c7d769effbe4529c610e28368decb868a92 Mon Sep 17 00:00:00 2001 From: chad Date: Sun, 30 Jul 2023 17:51:16 -0500 Subject: [PATCH] 0.2.0 --- mazepy/globals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mazepy/globals.py b/mazepy/globals.py index 99bca4a..ed8b417 100644 --- a/mazepy/globals.py +++ b/mazepy/globals.py @@ -1,6 +1,6 @@ import math -VERSION = "0.1.0" +VERSION = "0.2.0" # game RES = WIDTH, HEIGHT = 1600, 900