From 277c3cf16d09074a102859fe7f0043489ff5a263 Mon Sep 17 00:00:00 2001 From: Marco Gorelli <33491632+MarcoGorelli@users.noreply.github.com> Date: Sun, 10 Mar 2024 18:28:37 +0000 Subject: [PATCH] Bump version to 0.3.0 --- 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 4ccaae7bd..289068eb1 100644 --- a/narwhals/__init__.py +++ b/narwhals/__init__.py @@ -9,7 +9,7 @@ from narwhals.translate import translate_frame from narwhals.translate import translate_series -__version__ = "0.2.0" +__version__ = "0.3.0" __all__ = [ "translate_frame", diff --git a/pyproject.toml b/pyproject.toml index d8b4c787d..ed63eca0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "narwhals" -version = "0.2.0" +version = "0.3.0" authors = [ { name="Marco Gorelli", email="33491632+MarcoGorelli@users.noreply.github.com" }, ]