Skip to content

Commit

Permalink
Prepare for minor release.
Browse files Browse the repository at this point in the history
Add __version__ to the package.
  • Loading branch information
SaelKimberly committed Jan 20, 2024
1 parent 88eda9e commit 8a83546
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[project]
name = "rxls"
version = "0.2.0"
version = "0.2.1"
description = "Reading both XLSX and XLSB files, fast and memory-safe, into PyArrow."
authors = [
{name = "SaelKimberly", email = "[email protected]"},
Expand Down
3 changes: 3 additions & 0 deletions rxls/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
__all__ = ["__version__"] # noqa: D104

__version__ = "0.2.1"

0 comments on commit 8a83546

Please sign in to comment.