Skip to content

Commit

Permalink
Merge pull request #54 from statsbomb/matches-api-v6
Browse files Browse the repository at this point in the history
Bump matches api version number
  • Loading branch information
scotty779 authored Jul 18, 2023
2 parents 5188bac + 452637d commit bb36ff1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.10.1",
version="1.11.0",
description="easily stream StatsBomb data into Python",
long_description=README,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion statsbombpy/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

VERSIONS = {
"competitions": "v4",
"matches": "v5",
"matches": "v6",
"lineups": "v4",
"events": "v8",
"360-frames": "v2",
Expand Down

0 comments on commit bb36ff1

Please sign in to comment.