passage version 0.11.1-beta

This commit is contained in:
2026-06-08 11:05:48 +02:00
parent ed22d9f29c
commit e85ab0e6b1
4 changed files with 5 additions and 5 deletions

View File

@@ -66,7 +66,7 @@ from app.infrastructure.pdf_extractor import PyMuPdfTextExtractor
app = FastAPI(
title="LoreMind Brain",
description="Backend IA pour la génération de contenu narratif.",
version="0.11.0-beta",
version="0.11.1-beta",
)
logger = logging.getLogger(__name__)