From c130f203238a88d175e4042ae4e08255c636277a Mon Sep 17 00:00:00 2001 From: happyleavesaoc Date: Sun, 15 Oct 2023 16:35:41 +0000 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9a7d109..dd0bc39 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='mgz', - version='1.8.23', + version='1.8.24', description='Parse Age of Empires 2 recorded games.', url='https://github.com/happyleavesaoc/aoc-mgz/', license='MIT',