Skip to content

Commit 0b21a1f

Browse files
committed
Bump version: 0.1.1 → 0.1.2
Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com>
1 parent e4bc8aa commit 0b21a1f

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

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.1.1"
3+
version = "0.1.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.1.1"
3+
__version__ = "0.1.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.1.1"
16+
version = "0.1.2"
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.1.1"
83+
current_version = "0.1.2"
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.1.1"
3+
version = "0.1.2"
44
authors = ["Point72, L.P. <OpenSource@point72.com>"]
55
edition = "2021"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)