From 17d8c749c31d5c0bf763a0231d657f816729ffd5 Mon Sep 17 00:00:00 2001 From: ajhai Date: Mon, 5 Aug 2024 20:31:08 -0700 Subject: [PATCH] Bump up the version --- llmstack/client/package.json | 2 +- llmstack/docker-compose.yml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/llmstack/client/package.json b/llmstack/client/package.json index a4d8abb8b48..f9dbab75d8b 100644 --- a/llmstack/client/package.json +++ b/llmstack/client/package.json @@ -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", diff --git a/llmstack/docker-compose.yml b/llmstack/docker-compose.yml index 4aa9244521c..d227048fe3a 100644 --- a/llmstack/docker-compose.yml +++ b/llmstack/docker-compose.yml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index d059fc96b0e..3cd255bae8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"