Skip to content

Commit

Permalink
Merge pull request #8 from grycap/dev-calarcon
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
catttam authored May 12, 2023
2 parents f3e3093 + 1c4ae72 commit f96eb51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion oscar_python/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"""Stores the package version."""


__version__ = '1.1.0-beta3'
__version__ = '1.1.0'

0 comments on commit f96eb51

Please sign in to comment.