Skip to content

Commit cb22f1f

Browse files
committed
Bump version to 0.1.20
1 parent 3293a1d commit cb22f1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dataframe_api_compat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111

1212
__all__ = ["pandas_standard", "polars_standard"]
1313

14-
__version__ = "0.1.19"
14+
__version__ = "0.1.20"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "dataframe_api_compat"
7-
version = "0.1.19"
7+
version = "0.1.20"
88
authors = [
99
{ name="Marco Gorelli", email="[email protected]" },
1010
]

0 commit comments

Comments
 (0)