From 1fd64e8a54c92c4283188cbf89850b52e55d17b0 Mon Sep 17 00:00:00 2001 From: Matt Nick <68877341+mattylight22@users.noreply.github.com> Date: Wed, 14 Aug 2024 07:29:47 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.2=20=E2=86=92=200.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 736de49..b1d1453 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.2 +current_version = 0.0.3 commit = True tag = True diff --git a/pyproject.toml b/pyproject.toml index 9b10037..5c65bcd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fastapi_clerk_auth" -version = "0.0.2" +version = "0.0.3" description = "FastAPI Auth Middleware for Clerk (https://clerk.com)" readme = "README.md" requires-python = ">=3.9"