From 0d51726f2869ea63c362c1251dd6f0e3d7ff5b5e Mon Sep 17 00:00:00 2001 From: Marco Gorelli <33491632+MarcoGorelli@users.noreply.github.com> Date: Sat, 16 Mar 2024 09:36:22 +0000 Subject: [PATCH] Bump version to 0.4.1 --- narwhals/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/narwhals/__init__.py b/narwhals/__init__.py index e796a4a69..4c8255d73 100644 --- a/narwhals/__init__.py +++ b/narwhals/__init__.py @@ -16,7 +16,7 @@ from narwhals.series import Series from narwhals.translate import to_native -__version__ = "0.4.0" +__version__ = "0.4.1" __all__ = [ "is_dataframe", diff --git a/pyproject.toml b/pyproject.toml index 7daf7de66..2d3a77f98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "narwhals" -version = "0.4.0" +version = "0.4.1" authors = [ { name="Marco Gorelli", email="33491632+MarcoGorelli@users.noreply.github.com" }, ]