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