Skip to content

Commit 20f2468

Browse files
bump versions
1 parent 5b89180 commit 20f2468

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='mgz',
6-
version='1.5.5',
6+
version='1.6.0',
77
description='Parse Age of Empires 2 recorded games.',
88
url='https://github.com/happyleavesaoc/aoc-mgz/',
99
license='MIT',
@@ -12,7 +12,7 @@
1212
packages=find_packages(),
1313
install_requires=[
1414
'aiohttp>=3.6.2',
15-
'aocref>=1.0.5',
15+
'aocref>=1.0.6',
1616
'construct==2.8.16',
1717
'dataclasses==0.8; python_version < "3.7"',
1818
'flatbuffers>=1.10',

0 commit comments

Comments
 (0)