Skip to content

Commit bd7db80

Browse files
authored
Bump lorax client v0.6.0 (#488)
1 parent 0a33ea8 commit bd7db80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clients/python/lorax/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.5.1"
15+
__version__ = "0.6.0"
1616

1717
from lorax.client import Client, AsyncClient, MergedAdapters

clients/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "lorax-client"
33
packages = [
44
{include = "lorax"}
55
]
6-
version = "0.5.1"
6+
version = "0.6.0"
77
description = "LoRAX Python Client"
88
license = "Apache-2.0"
99
authors = ["Travis Addair <travis@predibase.com>", "Olivier Dehaene <olivier@huggingface.co>"]

0 commit comments

Comments
 (0)