-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2c29d05
commit fa3f0bd
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ | |
from narwhals.utils import maybe_convert_dtypes | ||
from narwhals.utils import maybe_set_index | ||
|
||
__version__ = "0.9.10" | ||
__version__ = "0.9.11" | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
MarcoGorelli
Author
Member
|
||
|
||
__all__ = [ | ||
"selectors", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build" | |
|
||
[project] | ||
name = "narwhals" | ||
version = "0.9.10" | ||
version = "0.9.11" | ||
authors = [ | ||
{ name="Marco Gorelli", email="[email protected]" }, | ||
] | ||
|
We could make this dynamic using metadata:
Just a thought, if it's not updated manually.
cc: @MarcoGorelli