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 7d872fa commit 4032acbCopy full SHA for 4032acb
dataprep/__init__.py
@@ -10,4 +10,4 @@
10
11
logging.basicConfig(level=logging.INFO, format="%(message)s")
12
13
-__version__ = "0.4.0"
+__version__ = "0.4.1"
pyproject.toml
@@ -9,7 +9,7 @@ maintainers = [
9
"Song Bian <biansonghz@gmail.com>",
]
name = "dataprep"
-version = "0.4.0"
+version = "0.4.1"
14
license = "MIT"
15
0 commit comments