Skip to content

Commit

Permalink
Merge pull request #49 from statsbomb/api-version
Browse files Browse the repository at this point in the history
Bump player season, match and event api version number
  • Loading branch information
scotty779 authored Apr 14, 2023
2 parents 7a58a97 + 9eb33bd commit 04e0df8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="statsbombpy",
version="1.9.0",
version="1.10.0",
description="easily stream StatsBomb data into Python",
long_description=README,
long_description_content_type="text/markdown",
Expand Down
6 changes: 3 additions & 3 deletions statsbombpy/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"competitions": "v4",
"matches": "v5",
"lineups": "v4",
"events": "v7",
"events": "v8",
"360-frames": "v2",
"player-match-stats": "v3",
"player-season-stats": "v3",
"player-match-stats": "v4",
"player-season-stats": "v4",
"team-season-stats": "v2",
}

0 comments on commit 04e0df8

Please sign in to comment.