Skip to content

Commit

Permalink
update release version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
qidanrui committed Feb 21, 2022
1 parent 9016a6f commit c6bc677
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dataprep/__init__.py
Expand Up @@ -10,4 +10,4 @@

logging.basicConfig(level=logging.INFO, format="%(message)s")

__version__ = "0.4.1"
__version__ = "0.4.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -9,7 +9,7 @@ maintainers = [
"Song Bian <biansonghz@gmail.com>",
]
name = "dataprep"
version = "0.4.1"
version = "0.4.2"

license = "MIT"

Expand Down

1 comment on commit c6bc677

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DataPrep.EDA Benchmarks

Benchmark suite Current: c6bc677 Previous: 9016a6f Ratio
dataprep/tests/benchmarks/eda.py::test_create_report 0.2229410288360227 iter/sec (stddev: 0.0907752968707628) 0.203419296021057 iter/sec (stddev: 0.022911959042757) 0.91

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.