Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
happyleavesaoc committed Jul 3, 2023
1 parent 3f6e282 commit fe6b020
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion mgz/model/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ def parse_match(handle):
for obj in player['objects']
],
player.get('profile_id'),
None,
player.get('prefer_random')
)

Expand Down
2 changes: 1 addition & 1 deletion mgz/model/definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ class Player:
position: Position
objects: list
profile_id: int
team_id: int
prefer_random: bool = None
team: list = None
team_id: int = None
winner: bool = False
eapm: int = None
rate_snapshot: int = None
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='mgz',
version='1.8.22',
version='1.8.23',
description='Parse Age of Empires 2 recorded games.',
url='/~https://github.com/happyleavesaoc/aoc-mgz/',
license='MIT',
Expand Down

0 comments on commit fe6b020

Please sign in to comment.