From da0b44ee473aad61077dc8aa1947f934d07d1797 Mon Sep 17 00:00:00 2001 From: josefgasewicz Date: Mon, 14 Dec 2020 12:07:46 +0000 Subject: [PATCH] version bump to 0.1.0 --- README.md | 7 +------ setup.py | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ff40231..e032599 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ is supported. ## ![Google-Cloud](assets/Google-Cloud1.png) Google's OAuth2.0 supported -### Google OAuth 2.0 Quick Start (`flask-jwt-router==0.1.0rc4`) +### Google OAuth 2.0 Quick Start Read the detailed instructions here: [Flask-JWT-Router](https://flask-jwt-router.readthedocs.io/en/latest/google.html) ```python @@ -57,11 +57,6 @@ Stable version pip install flask-jwt-router ``` -The latest Release Candidate version (includes Google OAuth2.0 support) -``` -pip install flask-jwt-router==0.1.0rc4 -``` - ## Basic Usage ```python from flask import Flask diff --git a/setup.py b/setup.py index 586ef59..b07ffe4 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='flask-jwt-router', - version='0.1.0rc4', + version='0.1.0', description='Flask JWT Router is a Python library that adds authorised routes to a Flask app', packages=["flask_jwt_router", "flask_jwt_router.oauth2"], classifiers=[