Skip to content

Commit 28118b7

Browse files
committed
release: v1.1.1
Signed-off-by: Yagiz Degirmenci <yagizcanilbey1903@gmail.com>
1 parent e4c362a commit 28118b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
name = "manage-fastapi"
1010
readme = "README.md"
1111
repository = "https://github.com/ycd/manage-fastapi"
12-
version = "1.1.0"
12+
version = "1.1.1"
1313

1414
classifiers = [
1515
"Topic :: Software Development :: Build Tools",
@@ -28,10 +28,10 @@ classifiers = [
2828

2929
[tool.poetry.dependencies]
3030
cookiecutter = "^1.7.2"
31-
pydantic = { extras = ["email"], version = "^1.7.2" }
31+
pydantic = {extras = ["email"], version = "^1.7.2"}
3232
python = "^3.6.1"
33-
typer = "^0.4.0"
3433
questionary = "^1.10.0"
34+
typer = "^0.4.0"
3535

3636
[tool.poetry.dev-dependencies]
3737
autoflake = "^1.4"

0 commit comments

Comments
 (0)