Skip to content

Commit 6547007

Browse files
committed
release: Bump version to 1.29.1
1 parent e9df270 commit 6547007

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.29.0'
33+
'1.29.1'
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
@@ -80,7 +80,7 @@
8080
from narwhals.utils import maybe_reset_index
8181
from narwhals.utils import maybe_set_index
8282

83-
__version__ = "1.29.0"
83+
__version__ = "1.29.1"
8484

8585
__all__ = [
8686
"Array",

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55

66
[project]
77
name = "narwhals"
8-
version = "1.29.0"
8+
version = "1.29.1"
99
dependencies = []
1010
requires-python = ">=3.8"
1111
authors = [

0 commit comments

Comments
 (0)