Skip to content

Commit e51e0da

Browse files
committed
Updating version for release v4.0.0
1 parent dfd0ed9 commit e51e0da

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.5.1
1+
4.0.0

lib/user-interface/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lisa-web",
33
"private": true,
4-
"version": "3.5.1",
4+
"version": "4.0.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

lisa-sdk/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires-python = ">=3.11"
33

44
[tool.poetry]
55
name = "lisapy"
6-
version = "3.5.1"
6+
version = "4.0.0"
77
description = "A simple SDK to help you interact with LISA. LISA is an LLM hosting solution for AWS dedicated clouds or ADCs."
88
authors = ["Steve Goley <[email protected]>"]
99
readme = "README.md"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@awslabs/lisa",
3-
"version": "3.5.1",
3+
"version": "4.0.0",
44
"description": "A scalable infrastructure-as-code solution for self-hosting and orchestrating LLM inference with RAG capabilities, providing low-latency access to generative AI and embedding models across multiple providers.",
55
"homepage": "https://awslabs.github.io/LISA/",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)