From 26ccb7620af2d883e9c584608cf3270e1561627c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Mon, 10 Dec 2018 20:13:13 +0400 Subject: [PATCH] :bookmark: Bump version for release --- fastapi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastapi/__init__.py b/fastapi/__init__.py index a1f6b0a5d..d6cde81d6 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.8" +__version__ = "0.1.9" from .applications import FastAPI from .routing import APIRouter