From 769d65c1cea0aa750c95ed906b10a04331e0ee0b Mon Sep 17 00:00:00 2001
From: Hsiaoming Yang <me@lepture.com>
Date: Sun, 16 Sep 2018 11:31:55 +0900
Subject: [PATCH] Version bump 0.2

---
 loginpass/_consts.py | 2 +-
 setup.py             | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

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 @@ 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',
-- 
GitLab