We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b89180 commit 20f2468Copy full SHA for 20f2468
1 file changed
setup.py
@@ -3,7 +3,7 @@
3
4
setup(
5
name='mgz',
6
- version='1.5.5',
+ version='1.6.0',
7
description='Parse Age of Empires 2 recorded games.',
8
url='https://github.com/happyleavesaoc/aoc-mgz/',
9
license='MIT',
@@ -12,7 +12,7 @@
12
packages=find_packages(),
13
install_requires=[
14
'aiohttp>=3.6.2',
15
- 'aocref>=1.0.5',
+ 'aocref>=1.0.6',
16
'construct==2.8.16',
17
'dataclasses==0.8; python_version < "3.7"',
18
'flatbuffers>=1.10',
0 commit comments