Skip to content

Commit 5c5efec

Browse files
committedFeb 3, 2025
fix: api keys
1 parent 78aa53a commit 5c5efec

File tree

287 files changed

+295
-295
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

287 files changed

+295
-295
lines changed
 

‎README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ This API is in limited Beta for Patreon subscribers. It may have bugs and is sub
33

44
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

6-
- API version: 5.4.8
7-
- Package version: 5.4.8a1
6+
- API version: 5.4.9
7+
- Package version: 5.4.9a1
88
- Generator version: 7.11.0
99
- Build package: org.openapitools.codegen.languages.PythonPydanticV1ClientCodegen
1010

@@ -16,9 +16,9 @@ Python 3.7+
1616
### pip install
1717

1818
```sh
19-
pip install cfbd@5.4.8a1
19+
pip install cfbd@5.4.9a1
2020
```
21-
(you may need to run `pip` with root permission: `sudo pip install cfbd@5.4.8a1`)
21+
(you may need to run `pip` with root permission: `sudo pip install cfbd@5.4.9a1`)
2222

2323
Then import the package:
2424
```python

‎cfbd/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
88
This API is in limited Beta for Patreon subscribers. It may have bugs and is subject to changes. API keys can be acquired from the CollegeFootballData.com website.
99
10-
The version of the OpenAPI document: 5.4.8
10+
The version of the OpenAPI document: 5.4.9
1111
Contact: admin@collegefootballdata.com
1212
Generated by OpenAPI Generator (https://openapi-generator.tech)
1313
1414
Do not edit the class manually.
1515
""" # noqa: E501
1616

1717

18-
__version__ = "5.4.8a1"
18+
__version__ = "5.4.9a1"
1919

2020
# import apis into sdk package
2121
from cfbd.api.adjusted_metrics_api import AdjustedMetricsApi

0 commit comments

Comments
 (0)