From f67023377f34a5821a3e8b6579a64d82e5d62647 Mon Sep 17 00:00:00 2001 From: Jacob Magnusson Date: Sun, 20 Jun 2021 09:37:36 +0200 Subject: [PATCH] chore: Release v0.4.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 21df34b..010fae7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fastapi-security" -version = "0.3.1" +version = "0.4.0" description = "Add authentication and authorization to your FastAPI app via dependencies." authors = ["Jacob Magnusson "] license = "MIT" @@ -9,7 +9,7 @@ homepage = "https://jmagnusson.github.io/fastapi-security/" repository = "https://github.com/jmagnusson/fastapi-security" documentation = "https://jmagnusson.github.io/fastapi-security/" classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: AsyncIO", "Intended Audience :: Developers",