Skip to content

Commit

Permalink
release: Bump version to 1.9.0 (#1058)
Browse files Browse the repository at this point in the history
  • Loading branch information
FBruzzesi authored Sep 24, 2024
1 parent 92884de commit 8d56c05
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 @@ -13,7 +13,7 @@ Then, if you start the Python REPL and see the following:
```python
>>> import narwhals
>>> narwhals.__version__
'1.8.2'
'1.9.0'
```
then installation worked correctly!

Expand Down
2 changes: 1 addition & 1 deletion narwhals/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
from narwhals.utils import maybe_get_index
from narwhals.utils import maybe_set_index

__version__ = "1.8.2"
__version__ = "1.9.0"

__all__ = [
"dependencies",
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.8.2"
version = "1.9.0"
authors = [
{ name="Marco Gorelli", email="[email protected]" },
]
Expand Down

0 comments on commit 8d56c05

Please sign in to comment.