From 8025a8dfe9e1a46f1ea414593d56737a52301afc Mon Sep 17 00:00:00 2001 From: Verdan Mahmood Date: Mon, 21 Mar 2022 19:44:33 +0500 Subject: [PATCH] specify the auth version, and bump the version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 45900e5..d370fc0 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ with open(path.join(this_directory, "README.md"), encoding="utf-8") as f: long_description = f.read() -__version__ = "1.1.0" +__version__ = "1.1.1" setup( name="flaskoidc",