From e5b341c7ddbd085e7203276398bdf10a1d86446b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 5 Jan 2019 17:38:59 +0400 Subject: [PATCH] :bookmark: Bump version after fix for constrained bytes --- fastapi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastapi/__init__.py b/fastapi/__init__.py index 4cfb64991..9ca805cd9 100644 --- a/fastapi/__init__.py +++ b/fastapi/__init__.py @@ -1,6 +1,6 @@ """FastAPI framework, high performance, easy to learn, fast to code, ready for production""" -__version__ = "0.1.16" +__version__ = "0.1.17" from .applications import FastAPI from .routing import APIRouter