Skip to content

Commit 2e90a77

Browse files
author
GlissemanTV
committed
chore: update script versions to 0.8.1
Updated SCRIPT_VERSION from various release candidate versions (0.8.0-rc1, 0.8.1-rc4) to stable 0.8.1 across three files to align versioning with the final release.
1 parent aab0c4d commit 2e90a77

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-rc1"
51+
SCRIPT_VERSION = "0.8.1"
5252

5353
URL = os.getenv('OWUI_URL')
5454
TOKEN = os.getenv('JWT_SECRET') ## will be deleted in 1.0.0

LLM_Export/docker/sse_http/tools/file_export_mcp.py

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

62-
SCRIPT_VERSION = "0.8.1-rc4"
62+
SCRIPT_VERSION = "0.8.1"
6363

6464
URL = os.getenv('OWUI_URL')
6565
TOKEN = os.getenv('JWT_SECRET') ## will be deleted in 1.0.0

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-rc1"
61+
SCRIPT_VERSION = "0.8.1"
6262

6363
URL = os.getenv('OWUI_URL')
6464
TOKEN = os.getenv('JWT_SECRET') ## will be deleted in 1.0.0

0 commit comments

Comments
 (0)