From c994522791404f546f55ce21628566152459a763 Mon Sep 17 00:00:00 2001 From: Marco Gorelli <33491632+MarcoGorelli@users.noreply.github.com> Date: Sat, 24 Feb 2024 14:29:08 +0000 Subject: [PATCH] Bump version to 0.1.14 --- 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 353e5a64b..3e2ada789 100644 --- a/narwhals/__init__.py +++ b/narwhals/__init__.py @@ -3,6 +3,6 @@ from narwhals.translate import translate_frame from narwhals.translate import translate_series -__version__ = "0.1.13" +__version__ = "0.1.14" __all__ = ["translate_frame", "translate_series", "translate_any", "containers"] diff --git a/pyproject.toml b/pyproject.toml index 4789a0f28..596a6fe4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "narwhals" -version = "0.1.13" +version = "0.1.14" authors = [ { name="Marco Gorelli", email="33491632+MarcoGorelli@users.noreply.github.com" }, ]