From acbcbba94f444e714fac8a522d7190904d6e3544 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Thu, 14 Feb 2019 23:04:55 +0400 Subject: [PATCH] :bookmark: Release 0.4.0 with openapi_prefix, #26 --- fastapi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastapi/__init__.py b/fastapi/__init__.py index 79f23251e..37cb50e7b 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.3.0" +__version__ = "0.4.0" from .applications import FastAPI from .routing import APIRouter