Skip to content

Commit

Permalink
release: Bump version to 1.13.0 (#1314)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli authored Nov 3, 2024
1 parent 24e20b5 commit 11e41ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ To verify the installation, start the Python REPL and execute:
```python
>>> import narwhals
>>> narwhals.__version__
'1.12.1'
'1.13.0'
```
If you see the version number, then the installation was successful!

Expand Down
2 changes: 1 addition & 1 deletion narwhals/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
from narwhals.utils import maybe_reset_index
from narwhals.utils import maybe_set_index

__version__ = "1.12.1"
__version__ = "1.13.0"

__all__ = [
"dependencies",
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 = "1.12.1"
version = "1.13.0"
authors = [
{ name="Marco Gorelli", email="[email protected]" },
]
Expand Down

0 comments on commit 11e41ce

Please sign in to comment.