Skip to content

Commit f8a329c

Browse files
authored
Release 0.2.0 (#11)
1 parent bcb2dc8 commit f8a329c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kedro_dataframe_dropin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""The kedro dataframe package"""
2-
__version__ = "0.1.0"
2+
__version__ = "0.2.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "kedro-dataframe-dropin"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "A Kedro plugin to utilise pandas dropins (like cuDF or modin) in place of the pandas datasets"
55
license = "MIT"
66
authors = ["Zain Patel <[email protected]>"]

0 commit comments

Comments
 (0)