Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Feb 26, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 763bdc9 commit 8ef02fc
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
@@ -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"]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "narwhals"
version = "0.1.14"
version = "0.2.0"
authors = [
{ name="Marco Gorelli", email="[email protected]" },
]

0 comments on commit 8ef02fc

Please sign in to comment.