Skip to content

Commit 63b0ad4

Browse files
committed
Bump version to 3.0.42
1 parent 9d3449d commit 63b0ad4

File tree

5 files changed

+175
-4
lines changed

5 files changed

+175
-4
lines changed

llms/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
HAS_PIL = False
5858

5959
_ROOT = None
60-
VERSION = "3.0.41"
60+
VERSION = "3.0.42"
6161
DEBUG = os.getenv("DEBUG") == "1"
6262
MOCK = os.getenv("MOCK") == "1"
6363
MOCK_DIR = os.getenv("MOCK_DIR")

llms/ui/ai.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const headers = { 'Accept': 'application/json' }
66
const prefsKey = 'llms.prefs'
77

88
export const o = {
9-
version: '3.0.41',
9+
version: '3.0.42',
1010
base,
1111
prefsKey,
1212
welcome: 'Welcome to llms.py',

0 commit comments

Comments
 (0)