Skip to content

Commit

Permalink
Version bump to v2.0.1 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
petermuller authored Jun 26, 2024
1 parent 018c14e commit d7475fb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
2.0.1
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 = "2.0.0"
version = "2.0.1"
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
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "2.0.0",
"version": "2.0.1",
"bin": {
"lisa": "bin/lisa.js"
},
Expand Down

0 comments on commit d7475fb

Please sign in to comment.