Skip to content

Commit a719274

Browse files
committed
chore(release): v0.1.1
1 parent 94765e3 commit a719274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
app = FastAPI(
77
title="AI Backend",
88
description="ai backend for your app powered by llama3",
9-
version="0.1.0",
9+
version="0.1.1",
1010
)
1111

1212
origins = ["*"]

0 commit comments

Comments
 (0)