Skip to content

Commit 82e901b

Browse files
fix ids
1 parent 1c5c687 commit 82e901b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

data/datasets/100.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,15 +230,15 @@
230230
},
231231
"57": {
232232
"name": "Muisca",
233-
"id": 56
233+
"id": 58
234234
},
235235
"58": {
236236
"name": "Mapuche",
237-
"id": 57
237+
"id": 59
238238
},
239239
"59": {
240240
"name": "Tupi",
241-
"id": 58
241+
"id": 60
242242
}
243243
},
244244
"maps": {

setup.py

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

33
setup(
44
name='aocref',
5-
version='2.0.37',
5+
version='2.0.38',
66
description='Age of Empires reference data',
77
url='https://github.com/siegeengineers/aoc-reference-data',
88
packages=find_packages(exclude=["scripts*"]),

0 commit comments

Comments
 (0)