Skip to content

Commit 1319186

Browse files
bump version
1 parent b883f57 commit 1319186

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

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

44
setup(
55
name='mgz',
6-
version='1.8.26',
6+
version='1.8.27',
77
description='Parse Age of Empires 2 recorded games.',
88
url='https://github.com/happyleavesaoc/aoc-mgz/',
99
license='MIT',
1010
author='happyleaves',
1111
author_email='[email protected]',
1212
packages=find_packages(),
1313
install_requires=[
14-
'aocref>=2.0.19',
14+
'aocref>=2.0.20',
1515
'construct==2.8.16',
1616
'dataclasses==0.8; python_version < "3.7"',
1717
'tabulate>=0.9.0',

0 commit comments

Comments
 (0)