Skip to content

Commit e91bb7f

Browse files
authored
release: Bump version to 1.10.0 (#1234)
1 parent 2e901a1 commit e91bb7f

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
@@ -29,7 +29,7 @@ To verify the installation, start the Python REPL and execute:
2929
```python
3030
>>> import narwhals
3131
>>> narwhals.__version__
32-
'1.9.4'
32+
'1.10.0'
3333
```
3434
If you see the version number, then the installation was successful!
3535

narwhals/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
from narwhals.utils import maybe_reset_index
6767
from narwhals.utils import maybe_set_index
6868

69-
__version__ = "1.9.4"
69+
__version__ = "1.10.0"
7070

7171
__all__ = [
7272
"dependencies",

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.9.4"
7+
version = "1.10.0"
88
authors = [
99
{ name="Marco Gorelli", email="[email protected]" },
1010
]

0 commit comments

Comments
 (0)