Skip to content

Commit 7756c6f

Browse files
authored
bump version (#49)
1 parent a2c6f8c commit 7756c6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name="propelauth-flask",
15-
version="4.3.1",
15+
version="4.3.2",
1616
description="A library for managing authentication in Flask",
1717
long_description=README,
1818
long_description_content_type="text/markdown",
@@ -21,7 +21,7 @@
2121
author="PropelAuth",
2222
author_email="support@propelauth.com",
2323
license="MIT",
24-
install_requires=["flask<4", "propelauth-py==4.3.1", "requests", "httpx>=0.28.1"],
24+
install_requires=["flask<4", "propelauth-py==4.3.2", "requests", "httpx>=0.28.1"],
2525
setup_requires=pytest_runner,
2626
tests_require=["pytest==4.4.1"],
2727
test_suite="tests",

0 commit comments

Comments
 (0)