Skip to content

Commit fe71183

Browse files
committed
bump web app version
1 parent b6ad2fd commit fe71183

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public_invest_api/endpoints.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def build_headers(auth=None, prodApi=False):
7171
"AppleWebKit/537.36 (KHTML, like Gecko) "
7272
"Chrome/120.0.0.0 Safari/537.36"
7373
),
74-
"x-app-version": "web-1.0.10",
74+
"x-app-version": "web-1.0.11",
7575
}
7676
if auth is not None:
7777
headers["authorization"] = auth

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="public_invest_api",
5-
version="1.1.0",
5+
version="1.1.1",
66
description="Unofficial Public.com Invest API written in Python Requests",
77
long_description=open("README.md").read(),
88
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)