Skip to content

Commit

Permalink
version bump to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joegasewicz committed Dec 14, 2020
1 parent b33d1de commit da0b44e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit da0b44e

Please sign in to comment.