Skip to content

Commit

Permalink
Bump version to 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Feb 21, 2024
1 parent a12c8f3 commit 2c1c6ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion narwhals/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
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.8"
version = "0.1.9"
authors = [
{ name="Marco Gorelli", email="[email protected]" },
]
Expand Down

0 comments on commit 2c1c6ed

Please sign in to comment.