Skip to content

Commit

Permalink
Move LICENSE and bump version (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdent authored Nov 27, 2024
1 parent 0c7cfd5 commit 6c267f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.1
pip install chai_lab==0.4.2

# newest available version (updates daily to test features that weren't released yet):
pip install git+https://github.com/chaidiscovery/chai-lab.git
Expand Down Expand Up @@ -100,7 +100,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.4.1
chai_lab==0.4.2
```

## Citations
Expand Down
2 changes: 1 addition & 1 deletion chai_lab/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Licensed under the Apache License, Version 2.0.
# See the LICENSE file for details.

__version__ = "0.4.1"
__version__ = "0.4.2"

0 comments on commit 6c267f9

Please sign in to comment.