Skip to content

Commit c3c3479

Browse files
committed
Bump version to 2.0.28
1 parent 899a3fa commit c3c3479

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

llms/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
except ImportError:
3232
HAS_PIL = False
3333

34-
VERSION = "2.0.27"
34+
VERSION = "2.0.28"
3535
_ROOT = None
3636
g_config_path = None
3737
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.27',
9+
version: '2.0.28',
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.27"
7+
version = "2.0.28"
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
@@ -16,7 +16,7 @@
1616

1717
setup(
1818
name="llms-py",
19-
version="2.0.27",
19+
version="2.0.28",
2020
author="ServiceStack",
2121
author_email="team@servicestack.net",
2222
description="A lightweight CLI tool and OpenAI-compatible server for querying multiple Large Language Model (LLM) providers",

0 commit comments

Comments
 (0)