Skip to content

Commit 8d5ac0f

Browse files
authored
Bump 0.6.0 > 0.6.1 (#345)
1 parent 3c68320 commit 8d5ac0f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For more information on the model's performance and capabilities, see our [techn
1212

1313
```shell
1414
# version on pypi:
15-
pip install chai_lab==0.6.0
15+
pip install chai_lab==0.6.1
1616

1717
# newest available version (updates daily to test features that weren't released yet):
1818
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
125125
API is quite stable, but we recommend pinning the version in your requirements, i.e.:
126126

127127
```
128-
chai_lab==0.6.0
128+
chai_lab==0.6.1
129129
```
130130

131131
## Citations

chai_lab/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Licensed under the Apache License, Version 2.0.
33
# See the LICENSE file for details.
44

5-
__version__ = "0.6.0"
5+
__version__ = "0.6.1"

0 commit comments

Comments
 (0)