Skip to content

Commit

Permalink
Bump version to 0.8.19
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed May 28, 2024
1 parent ed1730b commit 5388cb5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ Then, if you start the Python REPL and see the following:
```python
>>> import narwhals
>>> narwhals
'0.8.18'
'0.8.19'
```
then installation worked correctly!
2 changes: 1 addition & 1 deletion narwhals/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from narwhals.utils import maybe_align_index
from narwhals.utils import maybe_set_index

__version__ = "0.8.18"
__version__ = "0.8.19"

__all__ = [
"concat",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "narwhals"
version = "0.8.18"
version = "0.8.19"
authors = [
{ name="Marco Gorelli", email="[email protected]" },
]
Expand Down

0 comments on commit 5388cb5

Please sign in to comment.