File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414""" # noqa: E501
1515
1616
17- __version__ = "1.0.0 "
17+ __version__ = "1.0.3 "
1818
1919# Define package exports
2020__all__ = [
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ def __init__(
9090 self .default_headers [header_name ] = header_value
9191 self .cookie = cookie
9292 # Set default User-Agent.
93- self .user_agent = 'OpenAPI-Generator/1.0.0 /python'
93+ self .user_agent = 'OpenAPI-Generator/1.0.3 /python'
9494 self .client_side_validation = configuration .client_side_validation
9595
9696 def __enter__ (self ):
Original file line number Diff line number Diff line change @@ -554,7 +554,7 @@ def to_debug_report(self) -> str:
554554 "OS: {env}\n " \
555555 "Python Version: {pyversion}\n " \
556556 "Version of the API: v1.0.0\n " \
557- "SDK Package Version: 1.0.0 " .\
557+ "SDK Package Version: 1.0.3 " .\
558558 format (env = sys .platform , pyversion = sys .version )
559559
560560 def get_host_settings (self ) -> List [HostSetting ]:
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies = [
3232[project .urls ]
3333Homepage = " https://api.justserpapi.com"
3434Documentation = " https://docs.justserpapi.com"
35- Repository = " https://github.com/GIT_USER_ID/GIT_REPO_ID "
35+ Repository = " https://github.com/justserpapi/justserpapi-python "
3636
3737[build-system ]
3838requires = [" setuptools>=61" , " wheel" ]
Original file line number Diff line number Diff line change 44from setuptools import setup , find_packages # noqa: F401
55
66NAME = "justserpapi"
7- VERSION = "1.0.0 "
7+ VERSION = "1.0.3 "
88PYTHON_REQUIRES = ">= 3.9"
99REQUIRES = [
1010 "urllib3 >= 2.1.0, < 3.0.0" ,
You can’t perform that action at this time.
0 commit comments