diff --git a/pyproject.toml b/pyproject.toml index 4fb8b40..8c0fd33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fastapi-cloudauth" -version = "0.2.0" +version = "0.3.0" description = "fastapi-cloudauth supports simple integration between FastAPI and cloud authentication services (AWS Cognito, Auth0, Firebase Authentication)." authors = ["tokusumi "] license = "MIT"