diff --git a/equinix_metal/README.md b/equinix_metal/README.md index 9c266c57..7d440983 100644 --- a/equinix_metal/README.md +++ b/equinix_metal/README.md @@ -85,7 +85,7 @@ To exclude resources, and optimize response delivery, use the `exclude` query pa This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 1.0.0 -- Package version: 0.10.1 +- Package version: 0.11.0 - Generator version: 7.4.0 - Build package: org.openapitools.codegen.languages.PythonClientCodegen diff --git a/equinix_metal/equinix_metal/__init__.py b/equinix_metal/equinix_metal/__init__.py index d9f33dfe..78e985f3 100644 --- a/equinix_metal/equinix_metal/__init__.py +++ b/equinix_metal/equinix_metal/__init__.py @@ -15,7 +15,7 @@ """ # noqa: E501 -__version__ = "0.10.1" +__version__ = "0.11.0" # import apis into sdk package from equinix_metal.api.authentication_api import AuthenticationApi diff --git a/equinix_metal/equinix_metal/api_client.py b/equinix_metal/equinix_metal/api_client.py index 3e527650..d85f8db1 100644 --- a/equinix_metal/equinix_metal/api_client.py +++ b/equinix_metal/equinix_metal/api_client.py @@ -88,7 +88,7 @@ def __init__( self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'metal-python/0.10.1' + self.user_agent = 'metal-python/0.11.0' self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/equinix_metal/equinix_metal/configuration.py b/equinix_metal/equinix_metal/configuration.py index 8cea199a..169a2a5c 100644 --- a/equinix_metal/equinix_metal/configuration.py +++ b/equinix_metal/equinix_metal/configuration.py @@ -400,7 +400,7 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: 1.0.0\n"\ - "SDK Package Version: 0.10.1".\ + "SDK Package Version: 0.11.0".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/equinix_metal/pyproject.toml b/equinix_metal/pyproject.toml index ee197b44..0c847c80 100644 --- a/equinix_metal/pyproject.toml +++ b/equinix_metal/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "equinix_metal" -version = "0.10.1" +version = "0.11.0" description = "Metal API" authors = ["Equinix Metal API Team "] license = "Equinix Metal" diff --git a/equinix_metal/setup.py b/equinix_metal/setup.py index 41aa7922..2be7e4aa 100644 --- a/equinix_metal/setup.py +++ b/equinix_metal/setup.py @@ -22,7 +22,7 @@ # prerequisite: setuptools # http://pypi.python.org/pypi/setuptools NAME = "equinix-metal" -VERSION = "0.10.1" +VERSION = "0.11.0" PYTHON_REQUIRES = ">=3.7" REQUIRES = [ "urllib3 >= 1.25.3, < 2.1.0", diff --git a/version b/version index 71172b43..142464bf 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.10.1 \ No newline at end of file +0.11.0 \ No newline at end of file