From e0f26d64b3e756b52e7211cbfdde0e4b60ab43fb Mon Sep 17 00:00:00 2001 From: Marco Gorelli <33491632+MarcoGorelli@users.noreply.github.com> Date: Tue, 19 Mar 2024 09:20:47 +0000 Subject: [PATCH] Bump version to 0.6.4 --- 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 9a1882032..746f74213 100644 --- a/narwhals/__init__.py +++ b/narwhals/__init__.py @@ -17,7 +17,7 @@ from narwhals.series import Series from narwhals.translate import to_native -__version__ = "0.6.3" +__version__ = "0.6.4" __all__ = [ "is_dataframe", diff --git a/pyproject.toml b/pyproject.toml index 0c4b689c3..c7d7fd9cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "narwhals" -version = "0.6.3" +version = "0.6.4" authors = [ { name="Marco Gorelli", email="33491632+MarcoGorelli@users.noreply.github.com" }, ]