Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ruihe774 committed Jul 20, 2024
1 parent 613fc92 commit 990468e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polars-readlines"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion polars_readlines/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from ._polars_readlines import read_lines as _read_lines

__all__ = ("read_lines",)
__version__ = "0.1.0"
__version__ = "0.1.1"


def read_lines(path: os.PathLike | str | bytes) -> pl.DataFrame:
Expand Down

0 comments on commit 990468e

Please sign in to comment.