Skip to content

Commit c3f56c0

Browse files
authored
release: Bump version to 1.5.3 (#849)
1 parent c68e95e commit c3f56c0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ Then, if you start the Python REPL and see the following:
1111
```python
1212
>>> import narwhals
1313
>>> narwhals.__version__
14-
'1.5.2'
14+
'1.5.3'
1515
```
1616
then installation worked correctly!

narwhals/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
from narwhals.utils import maybe_convert_dtypes
5151
from narwhals.utils import maybe_set_index
5252

53-
__version__ = "1.5.2"
53+
__version__ = "1.5.3"
5454

5555
__all__ = [
5656
"selectors",

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.5.2"
7+
version = "1.5.3"
88
authors = [
99
{ name="Marco Gorelli", email="33491632+MarcoGorelli@users.noreply.github.com" },
1010
]

0 commit comments

Comments
 (0)