We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eca88d commit 2e16b65Copy full SHA for 2e16b65
dataprep/__init__.py
@@ -11,4 +11,4 @@
11
12
logging.basicConfig(level=logging.INFO, format="%(message)s")
13
14
-__version__ = "0.4.4"
+__version__ = "0.4.6"
pyproject.toml
@@ -8,9 +8,11 @@ maintainers = [
8
"Brandon Lockhart <brandon_lockhart@sfu.ca>",
9
"Song Bian <biansonghz@gmail.com>",
10
"Danrui Qi <qidanrui@gmail.com>",
+ "Wenbin Li <freyalisfu@gmail.com>",
+ "Alvin Lam <hfl6@sfu.ca>"
]
name = "dataprep"
-version = "0.4.5"
15
+version = "0.4.6"
16
17
license = "MIT"
18
0 commit comments