diff --git a/httpx_oauth/__init__.py b/httpx_oauth/__init__.py index ac3488b..07ed45f 100644 --- a/httpx_oauth/__init__.py +++ b/httpx_oauth/__init__.py @@ -1,3 +1,3 @@ """Async OAuth client using HTTPX""" -__version__ = "0.0.0" +__version__ = "0.1.0" diff --git a/setup.cfg b/setup.cfg index 3779577..7b83844 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.0 +current_version = 0.1.0 commit = True tag = True @@ -21,4 +21,5 @@ known_standard_library = types known_third_party = pytest,_pytest [tool:pytest] -markers = +markers = +