diff --git a/oscar_python/client.py b/oscar_python/client.py index a8a0aac..8af18dd 100644 --- a/oscar_python/client.py +++ b/oscar_python/client.py @@ -72,7 +72,7 @@ def set_auth_type(self, options): except agent.OidcAgentError as e: print("ERROR oidc-agent: {}".format(e)) elif 'oidc_token' in options: - self._AUTH_TYPE == "oidc" + self._AUTH_TYPE = "oidc" else: raise ValueError("Unrecognized authentication credentials in options") diff --git a/version.py b/version.py index 8dc71bf..f40ded8 100644 --- a/version.py +++ b/version.py @@ -14,4 +14,4 @@ """Stores the package version.""" -__version__ = '1.1.0-beta3' \ No newline at end of file +__version__ = '1.1.0' \ No newline at end of file