diff --git a/README.rst b/README.rst
index 552d0f7449c73c536cf07d2fd78db450b27639fc..a320c611565c1727732ecb74f45d1e663e933568 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 0048a397c87bdd58251bdcbcfd201394ed89dcfa..7bb435f1cc4f2bbd8584035420d072fc59bbd963 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'