diff --git a/loginpass/_consts.py b/loginpass/_consts.py index 7bb435f1cc4f2bbd8584035420d072fc59bbd963..fe155db9b531fe8f3d4014e2c7c168baece33a42 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 0fdebd04322c7e52fbf70d0ca041630383eca3b3..fd4099fefe4d5063cdf4030e714ead7d7248a96a 100755 --- a/setup.py +++ b/setup.py @@ -41,6 +41,7 @@ setup( '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',