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 0db363a commit ad1afc7Copy full SHA for ad1afc7
dataprep/__init__.py
@@ -10,4 +10,4 @@
10
11
logging.basicConfig(level=logging.INFO, format="%(message)s")
12
13
-__version__ = "0.4.4-alpha.1"
+__version__ = "0.4.4"
pyproject.toml
@@ -10,7 +10,7 @@ maintainers = [
"Danrui Qi <qidanrui@gmail.com>",
]
name = "dataprep"
-version = "0.4.4-alpha.1"
+version = "0.4.4"
14
15
license = "MIT"
16
0 commit comments