diff --git a/README.md b/README.md index fafa6ef..65e324e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ For more information on the model's performance and capabilities, see our [techn # current version (updates daily): pip install git+https://github.com/chaidiscovery/chai-lab.git # version on pypi: -pip install chai_lab==0.0.1 +pip install chai_lab==0.1.0 ``` This Python package requires Linux, and a GPU with CUDA and bfloat16 support @@ -59,7 +59,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.0.1 +chai_lab==0.1.0 ``` ## Licence diff --git a/chai_lab/__init__.py b/chai_lab/__init__.py index 36dbbb3..170070a 100644 --- a/chai_lab/__init__.py +++ b/chai_lab/__init__.py @@ -2,4 +2,4 @@ # This source code is licensed under the Chai Discovery Community License # Agreement (LICENSE.md) found in the root directory of this source tree. -__version__ = "0.0.1" +__version__ = "0.1.0"