From 1c4ae722645f7db8ea5036df6a0f6c3f450a8e02 Mon Sep 17 00:00:00 2001 From: catttam Date: Fri, 12 May 2023 09:47:29 +0200 Subject: [PATCH] Bump version --- oscar_python/client.py | 2 +- version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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