Skip to content

Commit

Permalink
chore: Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsvante committed Jun 20, 2021
1 parent 59b5383 commit f670233
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand All @@ -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",
Expand Down

0 comments on commit f670233

Please sign in to comment.