From 8c87a96bf896e151ec50e0c1aa1baa4f926457da Mon Sep 17 00:00:00 2001 From: Andrew Israel Date: Fri, 13 Sep 2024 11:17:01 -0700 Subject: [PATCH] Bump version to 2.1.18 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a6bf014..2e1c2d4 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="propelauth-fastapi", - version="2.1.17", + version="2.1.18", description="A FastAPI library for managing authentication, backed by PropelAuth", long_description=README, long_description_content_type="text/markdown",