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 Aug 6, 2024
1 parent 2cbe8f7 commit 17d8c74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.1",
"version": "0.2.2",
"private": true,
"proxy": "http://localhost:9000",
"homepage": "https://llmstack.trypromptly.com",
Expand Down
2 changes: 1 addition & 1 deletion 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.1}
image: ${REGISTRY:-}llmstack-api:${TAG:-v0.2.2}
command: apiserver
links:
- postgres:postgres
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.1"
version = "0.2.2"
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 17d8c74

Please sign in to comment.