Skip to content

Commit b02e044

Browse files
authored
Bump release (#184)
1 parent a6fd246 commit b02e044

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.3.1
15+
pip install chai_lab==0.4.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
@@ -100,7 +100,7 @@ Devcontainers work on local Linux setup, and on remote machines over an SSH conn
100100
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.:
101101

102102
```
103-
chai_lab==0.3.1
103+
chai_lab==0.4.1
104104
```
105105

106106
## 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.3.1"
5+
__version__ = "0.4.1"

0 commit comments

Comments
 (0)