Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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_io_tools_py"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion polars_io_tools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .io_sources import *

__version__ = "0.2.1"
__version__ = "0.2.2"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ authors = [
description = "Custom parsing extensions for lazy polars"
readme = "README.md"
license = { text = "Apache-2.0" }
version = "0.2.1"
version = "0.2.2"
requires-python = ">=3.11"
keywords = []

Expand Down Expand Up @@ -81,7 +81,7 @@ Repository = "https://github.com/Point72/polars-io-tools"
Homepage = "https://github.com/Point72/polars-io-tools"

[tool.bumpversion]
current_version = "0.2.1"
current_version = "0.2.2"
commit = true
tag = true
commit_args = "-s"
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polars_io_tools"
version = "0.2.1"
version = "0.2.2"
authors = ["Point72, L.P. <OpenSource@point72.com>"]
edition = "2021"
license = "Apache-2.0"
Expand Down
Loading