From b74816619b83404772d6de84d662a07a2d19c247 Mon Sep 17 00:00:00 2001 From: Shadow15510 Date: Sun, 27 Feb 2022 13:53:49 +0100 Subject: [PATCH] Fix version --- asci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asci.py b/asci.py index ad5ff75..194b80d 100644 --- a/asci.py +++ b/asci.py @@ -1,4 +1,4 @@ -# Asci (1.5.0) +# Asci (1.8.0) class Asci: def __init__(self, maps, entities, events_mapping, keys_mapping, behaviors=None, screen_width=21, screen_height=6):