Skip to content

Commit 85adfbb

Browse files
authored
Merge pull request #22 from Point72/tkp/021
Bump version: 0.2.0 → 0.2.1
2 parents a5df3d7 + 43db8d0 commit 85adfbb

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.0"
3+
version = "0.2.1"
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.0"
3+
__version__ = "0.2.1"

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.0"
16+
version = "0.2.1"
1717
requires-python = ">=3.11"
1818
keywords = []
1919

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

8282
[tool.bumpversion]
83-
current_version = "0.2.0"
83+
current_version = "0.2.1"
8484
commit = true
8585
tag = true
8686
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.0"
3+
version = "0.2.1"
44
authors = ["Point72, L.P. <OpenSource@point72.com>"]
55
edition = "2021"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)