Skip to content

Commit

Permalink
Merge pull request #42 from statsbomb/api-version
Browse files Browse the repository at this point in the history
Update API version numbers
  • Loading branch information
scotty779 authored Mar 9, 2023
2 parents 454eb38 + 181b942 commit 874013f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.6.3",
version="1.7.0",
description="easily stream StatsBomb data into Python",
long_description=README,
long_description_content_type="text/markdown",
Expand Down
8 changes: 4 additions & 4 deletions statsbombpy/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
VERSIONS = {
"competitions": "v4",
"matches": "v5",
"lineups": "v3",
"events": "v6",
"lineups": "v4",
"events": "v7",
"360-frames": "v2",
"player-match-stats": "v2",
"player-season-stats": "v2",
"player-match-stats": "v3",
"player-season-stats": "v3",
"team-season-stats": "v2",
}

0 comments on commit 874013f

Please sign in to comment.