From 1ff556a342aea4106f25df2d38fb8cf9d872f5a7 Mon Sep 17 00:00:00 2001 From: Kevin Wu Date: Tue, 24 Dec 2024 14:59:33 -0800 Subject: [PATCH] Bump version 0.5.1 > 0.5.2 (#243) --- README.md | 4 ++-- chai_lab/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bc35766..e9c4bbd 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ For more information on the model's performance and capabilities, see our [techn ```shell # version on pypi: -pip install chai_lab==0.5.1 +pip install chai_lab==0.5.2 # newest available version (updates daily to test features that weren't released yet): pip install git+https://github.com/chaidiscovery/chai-lab.git @@ -125,7 +125,7 @@ Devcontainers work on local Linux setup, and on remote machines over an SSH conn Since this is an initial release, we expect to make some breaking changes to the API and are not guaranteeing backwards compatibility. We recommend pinning the current version in your requirements, i.e.: ``` -chai_lab==0.5.1 +chai_lab==0.5.2 ``` ## Citations diff --git a/chai_lab/__init__.py b/chai_lab/__init__.py index e0b8595..a5640b8 100644 --- a/chai_lab/__init__.py +++ b/chai_lab/__init__.py @@ -2,4 +2,4 @@ # Licensed under the Apache License, Version 2.0. # See the LICENSE file for details. -__version__ = "0.5.1" +__version__ = "0.5.2"