diff --git a/setup.py b/setup.py index dd0bc39..7ecb8e0 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='mgz', - version='1.8.24', + version='1.8.25', description='Parse Age of Empires 2 recorded games.', url='https://github.com/happyleavesaoc/aoc-mgz/', license='MIT', @@ -11,7 +11,7 @@ author_email='happyleaves.tfr@gmail.com', packages=find_packages(), install_requires=[ - 'aocref>=2.0.16', + 'aocref>=2.0.17', 'construct==2.8.16', 'dataclasses==0.8; python_version < "3.7"', 'tabulate>=0.9.0',