From 91ebe62ed0a9289db94dc645a7b3da7952d24d02 Mon Sep 17 00:00:00 2001
From: Hsiaoming Yang <me@lepture.com>
Date: Sat, 28 Apr 2018 16:24:10 +0900
Subject: [PATCH] Release v0.1

---
 README.rst           | 6 ++++++
 loginpass/_consts.py | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index 552d0f7..a320c61 100644
--- a/README.rst
+++ b/README.rst
@@ -5,3 +5,9 @@ Social connections powered by Authlib_. This library is a part of Authlib projec
 It works well with Authlib v0.7+.
 
 .. _Authlib: https://authlib.org/
+
+Useful Links
+------------
+
+1. Browser `Source Code <https://github.com/authlib/loginpass>`_.
+2. Read `Authlib Documentation <https://docs.authlib.org/>`_.
diff --git a/loginpass/_consts.py b/loginpass/_consts.py
index 0048a39..7bb435f 100644
--- a/loginpass/_consts.py
+++ b/loginpass/_consts.py
@@ -1,2 +1,2 @@
-version = '0.1.dev'
+version = '0.1'
 homepage = 'https://github.com/authlib/loginpass'
-- 
GitLab