Skip to content

Commit cc228f8

Browse files
chore: bump API version from 0.5.1 to 0.5.2
1 parent 1b65406 commit cc228f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

raptor_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ async def lifespan(app: FastAPI):
465465
app = FastAPI(
466466
title="RAPTOR API",
467467
description="API for Recursive Abstraction and Processing for Text Organization and Reduction",
468-
version="0.5.1",
468+
version="0.5.2",
469469
lifespan=lifespan,
470470
)
471471

0 commit comments

Comments
 (0)