Skip to content

Commit d0daf80

Browse files
committed
Updating version for release v4.4.2
1 parent ee03b6c commit d0daf80

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.4.1
1+
4.4.2

lib/user-interface/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lisa-web",
33
"private": true,
4-
"version": "4.4.1",
4+
"version": "4.4.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

lisa-sdk/pyproject.toml

Lines changed: 1 addition & 1 deletion
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 = "4.4.1"
6+
version = "4.4.2"
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@awslabs/lisa",
3-
"version": "4.4.1",
3+
"version": "4.4.2",
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)