diff --git a/loginpass/_consts.py b/loginpass/_consts.py index 7bb435f..fe155db 100644 --- a/loginpass/_consts.py +++ b/loginpass/_consts.py @@ -1,2 +1,2 @@ -version = '0.1' +version = '0.2' homepage = 'https://github.com/authlib/loginpass' diff --git a/setup.py b/setup.py index 0fdebd0..fd4099f 100755 --- a/setup.py +++ b/setup.py @@ -41,6 +41,7 @@ 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: Implementation', 'Programming Language :: Python :: Implementation :: CPython', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content',