Skip to content

Commit fe6b020

Browse files
bump version
1 parent 3f6e282 commit fe6b020

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

mgz/model/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ def parse_match(handle):
186186
for obj in player['objects']
187187
],
188188
player.get('profile_id'),
189-
None,
190189
player.get('prefer_random')
191190
)
192191

mgz/model/definitions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ class Player:
4242
position: Position
4343
objects: list
4444
profile_id: int
45-
team_id: int
4645
prefer_random: bool = None
4746
team: list = None
47+
team_id: int = None
4848
winner: bool = False
4949
eapm: int = None
5050
rate_snapshot: int = None

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='mgz',
6-
version='1.8.22',
6+
version='1.8.23',
77
description='Parse Age of Empires 2 recorded games.',
88
url='https://github.com/happyleavesaoc/aoc-mgz/',
99
license='MIT',

0 commit comments

Comments
 (0)