Skip to content

Commit 08addc2

Browse files
bump version
1 parent 48e26b1 commit 08addc2

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

mgz/common/map.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ def extract_from_instructions(instructions):
9797
break
9898
if encoding == 'unknown':
9999
raise ValueError('could not detect encoding')
100+
print(encoding, language, name)
100101
return encoding, language, name
101102

102103

@@ -185,6 +186,7 @@ def get_mod_id(strings):
185186

186187
def get_map_data(map_id, instructions, dimension, version, dataset_id, reference, tiles, de_seed=None, de_strings=[]):
187188
"""Get the map metadata."""
189+
print(instructions)
188190
if instructions == b'\x00':
189191
raise ValueError('empty instructions')
190192

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.48',
6+
version='1.8.49',
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='happyleaves.tfr@gmail.com',
1212
packages=find_packages(),
1313
install_requires=[
14-
'aocref>=2.0.34',
14+
'aocref>=2.0.35',
1515
'construct==2.8.16',
1616
'dataclasses==0.8; python_version < "3.7"',
1717
'tabulate>=0.9.0',

0 commit comments

Comments
 (0)