diff --git a/docs/installation.md b/docs/installation.md index 0796bcd8d..1acc11774 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.20.0' +'1.20.1' ``` If you see the version number, then the installation was successful! diff --git a/narwhals/__init__.py b/narwhals/__init__.py index 2644121de..646a6a769 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.20.0" +__version__ = "1.20.1" __all__ = [ "Array", diff --git a/pyproject.toml b/pyproject.toml index 5f08d277d..8193e0284 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "narwhals" -version = "1.20.0" +version = "1.20.1" dependencies = [] requires-python = ">=3.8" authors = [