From d6e091f2433fc5584f6e1c5ab07bd359fb8f2542 Mon Sep 17 00:00:00 2001 From: Itai Levi Date: Thu, 5 Oct 2023 16:37:01 -0400 Subject: [PATCH] Bump version number (#12) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6879365..38c85bc 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="propelauth-fastapi", - version="2.1.6", + version="2.1.7", description="A FastAPI library for managing authentication, backed by PropelAuth", long_description=README, long_description_content_type="text/markdown", @@ -20,7 +20,7 @@ author="PropelAuth", author_email="support@propelauth.com", license="MIT", - install_requires=["propelauth-py==3.1.7", "requests"], + install_requires=["propelauth-py==3.1.8", "requests"], setup_requires=pytest_runner, tests_require=["pytest==4.4.1"], test_suite="tests",