diff --git a/narwhals/__init__.py b/narwhals/__init__.py index 3e2ada789..e36f775bd 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.14" +__version__ = "0.2.0" __all__ = ["translate_frame", "translate_series", "translate_any", "containers"] diff --git a/pyproject.toml b/pyproject.toml index 8a6f99308..d8b4c787d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "narwhals" -version = "0.1.14" +version = "0.2.0" authors = [ { name="Marco Gorelli", email="33491632+MarcoGorelli@users.noreply.github.com" }, ]