Skip to content

Commit 67a6718

Browse files
committed
chore(#5): version bump + rename files
1 parent 9b9e167 commit 67a6718

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fastapi-backend-template"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "A FastAPI backend template."
55
authors = ["ArielMAJ <ariel.maj@hotmail.com>"]
66
readme = "README.md"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ attrs==23.2.0 ; python_version >= "3.11" and python_version < "4.0"
99
certifi==2024.7.4 ; python_version >= "3.9" and python_version < "4.0"
1010
click==8.1.7 ; python_version >= "3.9" and python_version < "4.0"
1111
colorama==0.4.6 ; python_version >= "3.9" and python_version < "4.0" and (sys_platform == "win32" or platform_system == "Windows")
12-
exceptiongroup==1.2.1 ; python_version >= "3.9" and python_version < "3.11"
12+
exceptiongroup==1.2.2 ; python_version >= "3.9" and python_version < "3.11"
1313
fastapi-async-sqlalchemy==0.6.1 ; python_version >= "3.9" and python_version < "4.0"
1414
fastapi-cache2==0.2.1 ; python_version >= "3.9" and python_version < "4.0"
1515
fastapi==0.109.2 ; python_version >= "3.9" and python_version < "4.0"
File renamed without changes.

0 commit comments

Comments
 (0)