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 aed3030 commit e42c8faCopy full SHA for e42c8fa
dataprep/__init__.py
@@ -10,4 +10,4 @@
10
11
logging.basicConfig(level=logging.INFO, format="%(message)s")
12
13
-__version__ = "0.2.15"
+__version__ = "0.3.0"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "dataprep"
3
-version = "0.3.0-alpha.1"
+version = "0.3.0"
4
description = "Dataprep: Data Preparation in Python"
5
authors = ["SFU Database System Lab <dsl.cs.sfu@gmail.com>"]
6
maintainers = [
0 commit comments