From 7243729a8741dbb532f79209247ec35e7e0f3a6e Mon Sep 17 00:00:00 2001 From: Mohammad Khorasani Date: Sat, 6 May 2023 18:10:54 +0300 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index af8952f6..df991590 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="streamlit-authenticator", - version="0.2.1", + version="0.2.2", author="Mohammad Khorasani", author_email="khorasani.mohammad@gmail.com", description="A secure authentication module to validate user credentials in a Streamlit application.",