🔖 Bump version, after changes in OAuth2 utils

This commit is contained in:
Sebastián Ramírez 2018-12-24 20:21:28 +04:00
parent bbe5f28b77
commit 098e629344

View file

@ -1,6 +1,6 @@
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""
__version__ = "0.1.13"
__version__ = "0.1.14"
from .applications import FastAPI
from .routing import APIRouter