From 2a8a22630f098b276a535c30b628380f0a9646b1 Mon Sep 17 00:00:00 2001 From: Hsiaoming Yang Date: Sat, 10 Sep 2022 01:10:07 +0900 Subject: [PATCH] Version bump 1.1.0 --- authlib/consts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authlib/consts.py b/authlib/consts.py index 2a69e552..d72f6a88 100644 --- a/authlib/consts.py +++ b/authlib/consts.py @@ -1,5 +1,5 @@ name = 'Authlib' -version = '1.0.1' +version = '1.1.0' author = 'Hsiaoming Yang ' homepage = 'https://authlib.org/' default_user_agent = '{}/{} (+{})'.format(name, version, homepage)