Skip to content

Commit

Permalink
Bump up the version
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhai committed Sep 13, 2024
1 parent 3f2a925 commit 20954d9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion llmstack/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "llmstack",
"version": "0.2.3",
"version": "0.2.4",
"private": true,
"proxy": "http://localhost:9000",
"homepage": "https://llmstack.trypromptly.com",
Expand Down
6 changes: 3 additions & 3 deletions llmstack/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: llmstack
services:
api:
image: ${REGISTRY:-}llmstack-api:${TAG:-v0.2.3}
image: ${REGISTRY:-}llmstack-api:${TAG:-v0.2.4}
command: apiserver
links:
- postgres:postgres
Expand Down Expand Up @@ -39,7 +39,7 @@ services:
cap_add:
- SYS_PTRACE
rqworker:
image: ${REGISTRY:-}llmstack-api:${TAG:-v0.2.3}
image: ${REGISTRY:-}llmstack-api:${TAG:-v0.2.4}
command: rqworker
depends_on:
- redis
Expand Down Expand Up @@ -73,7 +73,7 @@ services:
SITE_NAME: ${SITE_NAME:-LLMStack}
DEBUG: ${DEBUG:-True}
app:
image: ${REGISTRY:-}llmstack-app:${TAG:-v0.2.3}
image: ${REGISTRY:-}llmstack-app:${TAG:-v0.2.4}
ports:
- ${LLMSTACK_PORT:-9000}:80
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "llmstack"
version = "0.2.3"
version = "0.2.4"
description = "Low-code platform to build generative AI apps, chatbots and agents with your data"
authors = ["Ajay Chintala"]
license = "ELv2"
Expand Down

0 comments on commit 20954d9

Please sign in to comment.