From be83f3faf318394c799e727284117a085138a911 Mon Sep 17 00:00:00 2001 From: Marco Gorelli <33491632+MarcoGorelli@users.noreply.github.com> Date: Tue, 20 Feb 2024 10:14:30 +0000 Subject: [PATCH] 0.1.0 --- README.md | 6 ++---- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b17ba1374..f902da4aa 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,10 @@ Seamlessly support all four, without depending on any of them! ## Installation -For now: ``` -pip install git+https://github.com/MarcoGorelli/narwhals.git +pip install narwhals ``` -If I can get https://github.com/pypi/support/issues/3658 though, then hopefully -this can get onto PyPI! +Or just vendor it, it's only a bunch of pure-Python files. ## Usage diff --git a/pyproject.toml b/pyproject.toml index 1b9520647..7f1229aec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "narwhals" -version = "0.1.4" +version = "0.1.0" authors = [ { name="Marco Gorelli", email="33491632+MarcoGorelli@users.noreply.github.com" }, ]