Skip to content

Commit

Permalink
release: v1.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Yagiz Degirmenci <yagizcanilbey1903@gmail.com>
  • Loading branch information
ycd committed Sep 2, 2021
1 parent e4c362a commit 28118b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
name = "manage-fastapi"
readme = "README.md"
repository = "https://github.com/ycd/manage-fastapi"
version = "1.1.0"
version = "1.1.1"

classifiers = [
"Topic :: Software Development :: Build Tools",
Expand All @@ -28,10 +28,10 @@ classifiers = [

[tool.poetry.dependencies]
cookiecutter = "^1.7.2"
pydantic = { extras = ["email"], version = "^1.7.2" }
pydantic = {extras = ["email"], version = "^1.7.2"}
python = "^3.6.1"
typer = "^0.4.0"
questionary = "^1.10.0"
typer = "^0.4.0"

[tool.poetry.dev-dependencies]
autoflake = "^1.4"
Expand Down

0 comments on commit 28118b7

Please sign in to comment.