We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e049fe commit 017b517Copy full SHA for 017b517
dataprep/__init__.py
@@ -10,4 +10,4 @@
10
11
logging.basicConfig(level=logging.INFO, format="%(message)s")
12
13
-__version__ = "0.2.11"
+__version__ = "0.2.12"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "dataprep"
3
-version = "0.2.11"
+version = "0.2.12"
4
description = "Dataprep: Data Preparation in Python"
5
authors = ["SFU Database System Lab <dsl.cs.sfu@gmail.com>"]
6
maintainers = [
0 commit comments