Skip to content

Commit

Permalink
chore: bump version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
percevalw committed May 31, 2023
1 parent ee3fe99 commit b3c7ddd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pip install edsnlp
We recommend pinning the library version in your projects, or use a strict package manager like [Poetry](https://python-poetry.org/).

```shell
pip install edsnlp==0.8.0
pip install edsnlp==0.8.1
```

### A first pipeline
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.8.1 (2023-05-31)

Fix release to allow installation from source

## v0.8.0 (2023-05-24)

### Added
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ color:green Successfully installed!
We recommend pinning the library version in your projects, or use a strict package manager like [Poetry](https://python-poetry.org/).

```
pip install edsnlp==0.8.0
pip install edsnlp==0.8.1
```

### A first pipeline
Expand Down
2 changes: 1 addition & 1 deletion edsnlp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
from . import extensions
from .language import *

__version__ = "0.8.0"
__version__ = "0.8.1"

BASE_DIR = Path(__file__).parent

0 comments on commit b3c7ddd

Please sign in to comment.