We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c88204b commit 0ec72d3Copy full SHA for 0ec72d3
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "fastapi-backend-template"
3
-version = "2.0.2"
+version = "2.0.3"
4
description = "A FastAPI backend template."
5
authors = ["ArielMAJ <ariel.maj@hotmail.com>"]
6
readme = "README.md"
@@ -44,3 +44,4 @@ omit = [
44
[build-system]
45
requires = ["poetry-core"]
46
build-backend = "poetry.core.masonry.api"
47
+
0 commit comments