We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0ea5f8 commit 3a77babCopy full SHA for 3a77bab
1 file changed
setup.py
@@ -3,15 +3,15 @@
3
4
setup(
5
name='mgz',
6
- version='1.8.19',
+ version='1.8.20',
7
description='Parse Age of Empires 2 recorded games.',
8
url='https://github.com/happyleavesaoc/aoc-mgz/',
9
license='MIT',
10
author='happyleaves',
11
author_email='happyleaves.tfr@gmail.com',
12
packages=find_packages(),
13
install_requires=[
14
- 'aocref>=2.0.15',
+ 'aocref>=2.0.16',
15
'construct==2.8.16',
16
'dataclasses==0.8; python_version < "3.7"',
17
'tabulate>=0.9.0',
0 commit comments