Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
moonlightnexus authored Oct 9, 2023
1 parent 2edad15 commit 4efb8c4
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 @@ -8,7 +8,7 @@

setup(
name='trustauthx',
version='0.4.432',
version='0.4.44',
description='Official connector SDK for TrustAuthx',
long_description=long_description,
long_description_content_type='text/markdown', # This is important!
Expand All @@ -34,7 +34,7 @@
"requests>=2.31.0",
"rsa>=4.9",
"six>=1.16.0",
"urllib3>=2.0.3",
"urllib3<=3.0.0",
"charset-normalizer>=3.2.0",
"python-jose>=3.3.0",
"python-dotenv==1.0.0"
Expand Down

0 comments on commit 4efb8c4

Please sign in to comment.