Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Feb 20, 2024
1 parent eadb633 commit be83f3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "narwhals"
version = "0.1.4"
version = "0.1.0"
authors = [
{ name="Marco Gorelli", email="[email protected]" },
]
Expand Down

0 comments on commit be83f3f

Please sign in to comment.