Skip to content

Commit d5feb6f

Browse files
committed
release: Bump version to 1.12.1
1 parent c70be24 commit d5feb6f

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
@@ -29,7 +29,7 @@ To verify the installation, start the Python REPL and execute:
2929
```python
3030
>>> import narwhals
3131
>>> narwhals.__version__
32-
'1.12.0'
32+
'1.12.1'
3333
```
3434
If you see the version number, then the installation was successful!
3535

narwhals/__init__.py

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

70-
__version__ = "1.12.0"
70+
__version__ = "1.12.1"
7171

7272
__all__ = [
7373
"dependencies",

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.12.0"
7+
version = "1.12.1"
88
authors = [
99
{ name="Marco Gorelli", email="[email protected]" },
1010
]

0 commit comments

Comments
 (0)