From f644931076307b150c1f1333c48835e4ffe9342c Mon Sep 17 00:00:00 2001 From: Marco Edward Gorelli Date: Tue, 28 Jan 2025 19:16:49 +0000 Subject: [PATCH] release: Bump version to 1.24.1 (#1885) --- docs/installation.md | 2 +- narwhals/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 54d4fb0c5..f8e2d897f 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -30,7 +30,7 @@ To verify the installation, start the Python REPL and execute: ```python >>> import narwhals >>> narwhals.__version__ -'1.24.0' +'1.24.1' ``` If you see the version number, then the installation was successful! diff --git a/narwhals/__init__.py b/narwhals/__init__.py index b5033514d..f7d0e0427 100644 --- a/narwhals/__init__.py +++ b/narwhals/__init__.py @@ -79,7 +79,7 @@ from narwhals.utils import maybe_reset_index from narwhals.utils import maybe_set_index -__version__ = "1.24.0" +__version__ = "1.24.1" __all__ = [ "Array", diff --git a/pyproject.toml b/pyproject.toml index 80eee4374..094b5e78f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "narwhals" -version = "1.24.0" +version = "1.24.1" dependencies = [] requires-python = ">=3.8" authors = [