From 52a0ebdea9173bbd9f4d533d8d2f960f67c0664c Mon Sep 17 00:00:00 2001 From: Dino-Kupinic Date: Tue, 24 Sep 2024 15:37:20 +0200 Subject: [PATCH] chore(release): v0.2.4 --- docs/package.json | 2 +- src/main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/package.json b/docs/package.json index 91255ad..58f7d02 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "ai-backend-docs", - "version": "0.2.3", + "version": "0.2.4", "description": "Documentation for the AI Backend project", "scripts": { "docs:dev": "vitepress dev src", diff --git a/src/main.py b/src/main.py index 6c11dd4..045ef35 100644 --- a/src/main.py +++ b/src/main.py @@ -6,7 +6,7 @@ app = FastAPI( title="AI Backend", description="ai backend for your app powered by llama3", - version="0.2.3", + version="0.2.4", ) origins = ["*"]