Skip to content

Commit 23de3d9

Browse files
committed
Bump version: 0.2.1 → 0.2.2
Signed-off-by: Pascal Tomecek <40371786+ptomecek@users.noreply.github.com>
1 parent f75bec9 commit 23de3d9

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "polars_io_tools_py"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
edition = "2021"
55
publish = false
66

polars_io_tools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .io_sources import *
22

3-
__version__ = "0.2.1"
3+
__version__ = "0.2.2"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors = [
1313
description = "Custom parsing extensions for lazy polars"
1414
readme = "README.md"
1515
license = { text = "Apache-2.0" }
16-
version = "0.2.1"
16+
version = "0.2.2"
1717
requires-python = ">=3.11"
1818
keywords = []
1919

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

8383
[tool.bumpversion]
84-
current_version = "0.2.1"
84+
current_version = "0.2.2"
8585
commit = true
8686
tag = true
8787
commit_args = "-s"

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "polars_io_tools"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["Point72, L.P. <OpenSource@point72.com>"]
55
edition = "2021"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)