From e25e5e647a5364be5ca5b76c6c421e4468dd0cc7 Mon Sep 17 00:00:00 2001 From: Edoardo Abati <29585319+EdAbati@users.noreply.github.com> Date: Mon, 13 Jan 2025 13:27:20 +0100 Subject: [PATCH] release: Bump version to 1.22.0 (#1804) --- 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 8857b8029..59a884efb 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.21.1' +'1.22.0' ``` If you see the version number, then the installation was successful! diff --git a/narwhals/__init__.py b/narwhals/__init__.py index fedc35b37..a70783555 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.21.1" +__version__ = "1.22.0" __all__ = [ "Array", diff --git a/pyproject.toml b/pyproject.toml index 37dd36965..c461d7031 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "narwhals" -version = "1.21.1" +version = "1.22.0" dependencies = [] requires-python = ">=3.8" authors = [