Skip to content

Commit 017b517

Browse files
committed
v0.2.12
Bump to v0.2.12
1 parent 8e049fe commit 017b517

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.11"
13+
__version__ = "0.2.12"

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.11"
3+
version = "0.2.12"
44
description = "Dataprep: Data Preparation in Python"
55
authors = ["SFU Database System Lab <dsl.cs.sfu@gmail.com>"]
66
maintainers = [

0 commit comments

Comments
 (0)