Skip to content

Commit c7d9eeb

Browse files
committed
release: Bump version to 1.18.4
1 parent 3a3de10 commit c7d9eeb

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.18.3'
33+
'1.18.4'
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
@@ -79,7 +79,7 @@
7979
from narwhals.utils import maybe_reset_index
8080
from narwhals.utils import maybe_set_index
8181

82-
__version__ = "1.18.3"
82+
__version__ = "1.18.4"
8383

8484
__all__ = [
8585
"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.18.3"
7+
version = "1.18.4"
88
authors = [
99
{ name = "Marco Gorelli", email = "[email protected]" },
1010
]

0 commit comments

Comments
 (0)