Skip to content

Commit

Permalink
Bump version number (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
itailevi98 committed Oct 5, 2023
1 parent f98b02e commit d6e091f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit d6e091f

Please sign in to comment.