Skip to content

Commit 960d44d

Browse files
committed
Bump up version
1 parent f89f730 commit 960d44d

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.1.8",
3+
"version": "0.1.9",
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.1.8}
4+
image: ${REGISTRY:-}llmstack-api:${TAG:-v0.1.9}
55
command: apiserver
66
links:
77
- postgres:postgres
@@ -33,7 +33,7 @@ services:
3333
cap_add:
3434
- SYS_PTRACE
3535
rqworker:
36-
image: ${REGISTRY:-}llmstack-api:${TAG:-v0.1.8}
36+
image: ${REGISTRY:-}llmstack-api:${TAG:-v0.1.9}
3737
command: rqworker
3838
depends_on:
3939
- redis
@@ -65,7 +65,7 @@ services:
6565
SITE_NAME: ${SITE_NAME:-LLMStack}
6666
DEBUG: ${DEBUG:-True}
6767
app:
68-
image: ${REGISTRY:-}llmstack-app:${TAG:-v0.1.8}
68+
image: ${REGISTRY:-}llmstack-app:${TAG:-v0.1.9}
6969
ports:
7070
- ${LLMSTACK_PORT:-9000}:80
7171
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.1.8"
3+
version = "0.1.9"
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)