Skip to content

Commit 00c52fb

Browse files
committed
release: Bump version to 1.16.0
1 parent e5ea1e4 commit 00c52fb

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.15.2'
33+
'1.16.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
@@ -72,7 +72,7 @@
7272
from narwhals.utils import maybe_reset_index
7373
from narwhals.utils import maybe_set_index
7474

75-
__version__ = "1.15.2"
75+
__version__ = "1.16.0"
7676

7777
__all__ = [
7878
"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.15.2"
7+
version = "1.16.0"
88
authors = [
99
{ name = "Marco Gorelli", email = "[email protected]" },
1010
]

0 commit comments

Comments
 (0)