Skip to content

Commit 57139c6

Browse files
committed
release: Bump version to 1.13.5
1 parent 4c2b60e commit 57139c6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: 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.13.4'
32+
'1.13.5'
3333
```
3434
If you see the version number, then the installation was successful!
3535

Diff for: narwhals/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
from narwhals.utils import maybe_reset_index
6969
from narwhals.utils import maybe_set_index
7070

71-
__version__ = "1.13.4"
71+
__version__ = "1.13.5"
7272

7373
__all__ = [
7474
"dependencies",

Diff for: 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.13.4"
7+
version = "1.13.5"
88
authors = [
99
{ name="Marco Gorelli", email="[email protected]" },
1010
]

0 commit comments

Comments
 (0)