From 5582a6c3e4e081bd07d325251e35c21ce9db56c1 Mon Sep 17 00:00:00 2001 From: Marco Gorelli <33491632+MarcoGorelli@users.noreply.github.com> Date: Sat, 23 Mar 2024 11:53:22 +0000 Subject: [PATCH] Bump version to 0.6.9 --- 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 466930411..fc7ae2564 100644 --- a/narwhals/__init__.py +++ b/narwhals/__init__.py @@ -18,7 +18,7 @@ from narwhals.translate import from_native from narwhals.translate import to_native -__version__ = "0.6.8" +__version__ = "0.6.9" __all__ = [ "is_dataframe", diff --git a/pyproject.toml b/pyproject.toml index 177bfb717..d088fa984 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "narwhals" -version = "0.6.8" +version = "0.6.9" authors = [ { name="Marco Gorelli", email="33491632+MarcoGorelli@users.noreply.github.com" }, ]