Skip to content

Commit

Permalink
Bump version to 0.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Apr 7, 2024
1 parent d068bd7 commit 920eac6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions docs/api-reference/series_dt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# `narwhals.Series.str`

::: narwhals.series.SeriesStringNamespace
handler: python
options:
members:
- ends_with
show_source: false
show_bases: false
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ Then, if you start the Python REPL and see the following:
```python
>>> import narwhals
>>> narwhals
'0.7.8'
'0.7.9'
```
then installation worked correctly!
2 changes: 1 addition & 1 deletion narwhals/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from narwhals.translate import from_native
from narwhals.translate import to_native

__version__ = "0.7.8"
__version__ = "0.7.9"

__all__ = [
"concat",
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.7.8"
version = "0.7.9"
authors = [
{ name="Marco Gorelli", email="[email protected]" },
]
Expand Down

0 comments on commit 920eac6

Please sign in to comment.