Skip to content

Commit

Permalink
Update version to version number
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpolygon committed Jun 30, 2024
1 parent fb94110 commit c0631a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polygon/rest/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def __init__(
self.headers = {
"Authorization": "Bearer " + self.API_KEY,
"Accept-Encoding": "gzip",
"User-Agent": f"Polygon.io PythonClient/{version}",
"User-Agent": f"Polygon.io PythonClient/{version_number}",
}

# initialize self.retries with the parameter value before using it
Expand Down

0 comments on commit c0631a4

Please sign in to comment.