Skip to content

Commit

Permalink
release: Bump version to 1.5.1 (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli authored Aug 21, 2024
1 parent 95e3e25 commit 738e75e
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.__version__
'1.5.0'
'1.5.1'
```
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 @@ -49,7 +49,7 @@
from narwhals.utils import maybe_convert_dtypes
from narwhals.utils import maybe_set_index

__version__ = "1.5.0"
__version__ = "1.5.1"

__all__ = [
"selectors",
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 = "1.5.0"
version = "1.5.1"
authors = [
{ name="Marco Gorelli", email="33491632+MarcoGorelli@users.noreply.github.com" },
]
Expand Down

0 comments on commit 738e75e

Please sign in to comment.