chore: bump version to 0.2.0
This commit is contained in:
parent
3530071187
commit
f1cde57fdf
2 changed files with 2 additions and 2 deletions
|
|
@ -3,5 +3,5 @@
|
|||
Kiwi: Pantry tracking and leftover recipe suggestions.
|
||||
"""
|
||||
|
||||
__version__ = "0.1.0"
|
||||
__version__ = "0.2.0"
|
||||
__author__ = "Alan 'pyr0ball' Weinstock"
|
||||
|
|
@ -35,7 +35,7 @@ async def lifespan(app: FastAPI):
|
|||
app = FastAPI(
|
||||
title=settings.PROJECT_NAME,
|
||||
description="Pantry tracking + leftover recipe suggestions",
|
||||
version="0.1.0",
|
||||
version="0.2.0",
|
||||
lifespan=lifespan,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue