Skip to content

Commit 989f538

Browse files
committed
Bump up the version number
1 parent 0039a6f commit 989f538

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

llmstack/client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "llmstack",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"private": true,
55
"proxy": "http://localhost:9000",
66
"homepage": "https://llmstack.trypromptly.com",

llmstack/docker-compose.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: llmstack
22
services:
33
api:
4-
image: ${REGISTRY:-}llmstack-api:${TAG:-v0.2.2}
4+
image: ${REGISTRY:-}llmstack-api:${TAG:-v0.2.3}
55
command: apiserver
66
links:
77
- postgres:postgres
@@ -39,7 +39,7 @@ services:
3939
cap_add:
4040
- SYS_PTRACE
4141
rqworker:
42-
image: ${REGISTRY:-}llmstack-api:${TAG:-v0.2.1}
42+
image: ${REGISTRY:-}llmstack-api:${TAG:-v0.2.3}
4343
command: rqworker
4444
depends_on:
4545
- redis
@@ -73,7 +73,7 @@ services:
7373
SITE_NAME: ${SITE_NAME:-LLMStack}
7474
DEBUG: ${DEBUG:-True}
7575
app:
76-
image: ${REGISTRY:-}llmstack-app:${TAG:-v0.2.1}
76+
image: ${REGISTRY:-}llmstack-app:${TAG:-v0.2.3}
7777
ports:
7878
- ${LLMSTACK_PORT:-9000}:80
7979
depends_on:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "llmstack"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
description = "Low-code platform to build generative AI apps, chatbots and agents with your data"
55
authors = ["Ajay Chintala"]
66
license = "ELv2"

0 commit comments

Comments
 (0)