Skip to content

Commit aa20d7c

Browse files
committed
Bump version to 2.0.35
1 parent 59139ac commit aa20d7c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

llms/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
except ImportError:
3535
HAS_PIL = False
3636

37-
VERSION = "2.0.34"
37+
VERSION = "2.0.35"
3838
_ROOT = None
3939
g_config_path = None
4040
g_ui_path = None

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: '2.0.34',
9+
version: '2.0.35',
1010
base,
1111
prefsKey,
1212
welcome: 'Welcome to llms.py',

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "llms-py"
7-
version = "2.0.34"
7+
version = "2.0.35"
88
description = "A lightweight CLI tool and OpenAI-compatible server for querying multiple Large Language Model (LLM) providers"
99
readme = "README.md"
1010
license = "BSD-3-Clause"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name="llms-py",
18-
version="2.0.34",
18+
version="2.0.35",
1919
author="ServiceStack",
2020
author_email="[email protected]",
2121
description="A lightweight CLI tool and OpenAI-compatible server for querying multiple Large Language Model (LLM) providers",

0 commit comments

Comments
 (0)