Skip to content

Commit ca68568

Browse files
committed
release: Bump version to 1.17.0
1 parent bb2561b commit ca68568

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To verify the installation, start the Python REPL and execute:
3030
```python
3131
>>> import narwhals
3232
>>> narwhals.__version__
33-
'1.16.0'
33+
'1.17.0'
3434
```
3535

3636
If you see the version number, then the installation was successful!

narwhals/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
from narwhals.utils import maybe_reset_index
7474
from narwhals.utils import maybe_set_index
7575

76-
__version__ = "1.16.0"
76+
__version__ = "1.17.0"
7777

7878
__all__ = [
7979
"Array",

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "narwhals"
7-
version = "1.16.0"
7+
version = "1.17.0"
88
authors = [
99
{ name = "Marco Gorelli", email = "[email protected]" },
1010
]

0 commit comments

Comments
 (0)