diff --git a/Cargo.lock b/Cargo.lock index ee84180..2a0538d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -31,11 +31,11 @@ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" [[package]] name = "polars_io_tools" -version = "0.2.1" +version = "0.2.2" [[package]] name = "polars_io_tools_py" -version = "0.2.1" +version = "0.2.2" dependencies = [ "polars_io_tools", "pyo3", diff --git a/Cargo.toml b/Cargo.toml index 2ebc44d..7df7ee9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polars_io_tools_py" -version = "0.2.1" +version = "0.2.2" edition = "2021" publish = false diff --git a/polars_io_tools/__init__.py b/polars_io_tools/__init__.py index 27be27d..36c64e6 100644 --- a/polars_io_tools/__init__.py +++ b/polars_io_tools/__init__.py @@ -1,3 +1,3 @@ from .io_sources import * -__version__ = "0.2.1" +__version__ = "0.2.2" diff --git a/pyproject.toml b/pyproject.toml index 7b43512..369ac33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [] @@ -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" diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 7fde3b2..09ed43b 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polars_io_tools" -version = "0.2.1" +version = "0.2.2" authors = ["Point72, L.P. "] edition = "2021" license = "Apache-2.0"