Skip to content

Commit 0d51726

Browse files
committed
Bump version to 0.4.1
1 parent a1620e1 commit 0d51726

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

narwhals/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from narwhals.series import Series
1717
from narwhals.translate import to_native
1818

19-
__version__ = "0.4.0"
19+
__version__ = "0.4.1"
2020

2121
__all__ = [
2222
"is_dataframe",

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "narwhals"
7-
version = "0.4.0"
7+
version = "0.4.1"
88
authors = [
99
{ name="Marco Gorelli", email="[email protected]" },
1010
]

0 commit comments

Comments
 (0)