Skip to content

Commit 05c9cee

Browse files
author
GlissemanTV
committed
feat: update script version to 0.8.0-rc2 across all export tools
Updated the SCRIPT_VERSION constant from "0.8.0-beta3" to "0.8.0-rc2" in three file export tool files to reflect the release candidate version bump. This ensures consistent versioning across all export tool implementations.
1 parent 7005df1 commit 05c9cee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LLM_Export/docker/mcpo/tools/file_export_mcp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
from reportlab.lib.enums import TA_LEFT
4949
from reportlab.lib.units import mm
5050

51-
SCRIPT_VERSION = "0.8.0-beta3"
51+
SCRIPT_VERSION = "0.8.0-rc2"
5252

5353
URL = os.getenv('OWUI_URL')
5454
TOKEN = os.getenv('JWT_SECRET')

LLM_Export/docker/sse_http/tools/file_export_mcp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
from starlette.routing import Route, Mount
5959
from starlette.responses import Response, JSONResponse, StreamingResponse
6060

61-
SCRIPT_VERSION = "0.8.0-beta3"
61+
SCRIPT_VERSION = "0.8.0-rc2"
6262

6363
URL = os.getenv('OWUI_URL')
6464
TOKEN = os.getenv('JWT_SECRET')

LLM_Export/tools/file_export_mcp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
from starlette.routing import Route, Mount
5959
from starlette.responses import Response, JSONResponse
6060

61-
SCRIPT_VERSION = "0.8.0-beta3"
61+
SCRIPT_VERSION = "0.8.0-rc2"
6262

6363
URL = os.getenv('OWUI_URL')
6464
TOKEN = os.getenv('JWT_SECRET')

0 commit comments

Comments
 (0)