diff --git a/setup.py b/setup.py index 319f4ab..077bf70 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="propelauth-fastapi", - version="2.1.1", + version="2.1.2", 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.1", "requests"], + install_requires=["propelauth-py==3.1.2", "requests"], setup_requires=pytest_runner, tests_require=["pytest==4.4.1"], test_suite="tests",