From 2c1c6ed988657e867cfcbe20a4d863d00c67be79 Mon Sep 17 00:00:00 2001 From: Marco Gorelli <33491632+MarcoGorelli@users.noreply.github.com> Date: Wed, 21 Feb 2024 17:29:15 +0000 Subject: [PATCH] Bump version to 0.1.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 74c54b0e9..7a97d6c4a 100644 --- a/narwhals/__init__.py +++ b/narwhals/__init__.py @@ -3,6 +3,6 @@ from narwhals.translate import to_original_object from narwhals.translate import to_polars_api -__version__ = "0.1.8" +__version__ = "0.1.9" __all__ = ["to_polars_api", "to_original_object", "get_namespace", "containers"] diff --git a/pyproject.toml b/pyproject.toml index 53da68bf8..53666a7a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "narwhals" -version = "0.1.8" +version = "0.1.9" authors = [ { name="Marco Gorelli", email="33491632+MarcoGorelli@users.noreply.github.com" }, ]