diff --git a/httpx_oauth/__init__.py b/httpx_oauth/__init__.py index 7125870..b255383 100644 --- a/httpx_oauth/__init__.py +++ b/httpx_oauth/__init__.py @@ -1,3 +1,3 @@ """Async OAuth client using HTTPX.""" -__version__ = "0.16.0" +__version__ = "0.16.1"