From 3e2ea20d21b5415ed69b5977c826062671a1c755 Mon Sep 17 00:00:00 2001 From: Weiyuan Wu Date: Wed, 6 Jan 2021 01:37:44 +0000 Subject: [PATCH] v0.2.15 Bump to v0.2.15 --- dataprep/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dataprep/__init__.py b/dataprep/__init__.py index 63ef21034..878a045b0 100644 --- a/dataprep/__init__.py +++ b/dataprep/__init__.py @@ -10,4 +10,4 @@ logging.basicConfig(level=logging.INFO, format="%(message)s") -__version__ = "0.2.14" +__version__ = "0.2.15" diff --git a/pyproject.toml b/pyproject.toml index 83853488f..16095349c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dataprep" -version = "0.2.14" +version = "0.2.15" description = "Dataprep: Data Preparation in Python" authors = ["SFU Database System Lab "] maintainers = [