Skip to content

Commit 3e2ea20

Browse files
committed
v0.2.15
Bump to v0.2.15
1 parent bf0fa3b commit 3e2ea20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dataprep/__init__.py

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

1111
logging.basicConfig(level=logging.INFO, format="%(message)s")
1212

13-
__version__ = "0.2.14"
13+
__version__ = "0.2.15"

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 = "dataprep"
3-
version = "0.2.14"
3+
version = "0.2.15"
44
description = "Dataprep: Data Preparation in Python"
55
authors = ["SFU Database System Lab <[email protected]>"]
66
maintainers = [

0 commit comments

Comments
 (0)