diff --git a/.sdk-version b/.sdk-version index 5e8f99e7..ce751efd 100644 --- a/.sdk-version +++ b/.sdk-version @@ -1 +1 @@ -v2.75.0 +v2.77.0 diff --git a/revengai/__init__.py b/revengai/__init__.py index e8f6f6d8..2e6b108e 100644 --- a/revengai/__init__.py +++ b/revengai/__init__.py @@ -13,7 +13,7 @@ """ # noqa: E501 -__version__ = "v2.75.0" +__version__ = "v2.77.0" # Define package exports __all__ = [ diff --git a/revengai/api_client.py b/revengai/api_client.py index 5686dd96..61af3c4a 100644 --- a/revengai/api_client.py +++ b/revengai/api_client.py @@ -90,7 +90,7 @@ def __init__( self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'OpenAPI-Generator/v2.75.0/python' + self.user_agent = 'OpenAPI-Generator/v2.77.0/python' self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/revengai/configuration.py b/revengai/configuration.py index 16f8d730..dbb24cdf 100644 --- a/revengai/configuration.py +++ b/revengai/configuration.py @@ -533,8 +533,8 @@ def to_debug_report(self) -> str: return "Python SDK Debug Report:\n"\ "OS: {env}\n"\ "Python Version: {pyversion}\n"\ - "Version of the API: v2.75.0\n"\ - "SDK Package Version: v2.75.0".\ + "Version of the API: v2.77.0\n"\ + "SDK Package Version: v2.77.0".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self) -> List[HostSetting]: