File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212""" # noqa: E501
1313
1414
15- __version__ = "0.0.1 "
15+ __version__ = "0.0.4 "
1616
1717# import apis into sdk package
1818from hostinger_api .api .billing_catalog_api import BillingCatalogApi
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ def __init__(
8888 self .default_headers [header_name ] = header_value
8989 self .cookie = cookie
9090 # Set default User-Agent.
91- self .user_agent = 'hostinger_api-python/0.0.1 '
91+ self .user_agent = 'hostinger_api-python/0.0.4 '
9292 self .client_side_validation = configuration .client_side_validation
9393
9494 def __enter__ (self ):
Original file line number Diff line number Diff line change @@ -508,7 +508,7 @@ def to_debug_report(self) -> str:
508508 "OS: {env}\n " \
509509 "Python Version: {pyversion}\n " \
510510 "Version of the API: 0.0.14\n " \
511- "SDK Package Version: 0.0.1 " .\
511+ "SDK Package Version: 0.0.4 " .\
512512 format (env = sys .platform , pyversion = sys .version )
513513
514514 def get_host_settings (self ) -> List [HostSetting ]:
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " hostinger_api"
3- version = " 0.0.1 "
3+ version = " 0.0.4 "
44description = " Hostinger API"
55authors = [" Hostinger <devs@hostinger.com>" ]
66license = " MIT"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ def read(filename):
2222# prerequisite: setuptools
2323# http://pypi.python.org/pypi/setuptools
2424NAME = "hostinger_api"
25- VERSION = "0.0.1 "
25+ VERSION = "0.0.4 "
2626PYTHON_REQUIRES = ">= 3.8"
2727REQUIRES = [
2828 "urllib3 >= 1.25.3, < 3.0.0" ,
You can’t perform that action at this time.
0 commit comments