Skip to content

Commit

Permalink
Updating version for release v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
estohlmann committed Dec 19, 2024
1 parent edb64ba commit e845c41
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.2
3.4.0
2 changes: 1 addition & 1 deletion lib/user-interface/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lisa-web",
"private": true,
"version": "3.3.2",
"version": "3.4.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion lisa-sdk/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lisapy"
version = "3.3.2"
version = "3.4.0"
description = "A simple SDK to help you interact with LISA. LISA is an LLM hosting solution for AWS dedicated clouds or ADCs."
authors = ["Steve Goley <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lisa",
"version": "3.3.2",
"version": "3.4.0",
"bin": {
"lisa": "bin/lisa.js"
},
Expand Down

0 comments on commit e845c41

Please sign in to comment.