Skip to content

Commit

Permalink
release: Bump version to 1.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FBruzzesi committed Dec 23, 2024
1 parent ee6ac29 commit f5be454
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 @@ -30,7 +30,7 @@ To verify the installation, start the Python REPL and execute:
```python
>>> import narwhals
>>> narwhals.__version__
'1.19.0'
'1.19.1'
```

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 @@ -79,7 +79,7 @@
from narwhals.utils import maybe_reset_index
from narwhals.utils import maybe_set_index

__version__ = "1.19.0"
__version__ = "1.19.1"

__all__ = [
"Array",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "hatchling.build"

[project]
name = "narwhals"
version = "1.19.0"
version = "1.19.1"
dependencies = []
requires-python = ">=3.8"
authors = [
Expand Down

0 comments on commit f5be454

Please sign in to comment.