From 762eefa26065fda63dab065387d25bbdf8e707d8 Mon Sep 17 00:00:00 2001 From: happyleavesaoc Date: Thu, 27 Oct 2022 19:12:51 +0000 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d699701..7c502c1 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='mgz', - version='1.7.11', + version='1.8.0', description='Parse Age of Empires 2 recorded games.', url='https://github.com/happyleavesaoc/aoc-mgz/', license='MIT',