Skip to content

Commit 1de2363

Browse files
committed
release: Bump version to 1.20.0
1 parent 0a67642 commit 1de2363

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.19.1'
33+
'1.20.0'
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.19.1"
82+
__version__ = "1.20.0"
8383

8484
__all__ = [
8585
"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.19.1"
8+
version = "1.20.0"
99
dependencies = []
1010
requires-python = ">=3.8"
1111
authors = [

0 commit comments

Comments
 (0)