From ada3adcc8f2fbd263beeb68a0a95a6eb0623216f Mon Sep 17 00:00:00 2001 From: moonlightnexus Date: Fri, 5 Apr 2024 23:23:37 +0530 Subject: [PATCH] "Bump version to 0.7.3" This commit updates the version number in the setup.py file from 0.7.2 to 0.7.3. There are no other changes in this diff. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 21b3409..139c6e4 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name="trustauthx", - version="0.7.2", + version="0.7.3", description="Official connector SDK for TrustAuthx", long_description=long_description, long_description_content_type="text/markdown", # This is important!