Skip to content

Commit

Permalink
Release Commit - Bump Version Number
Browse files Browse the repository at this point in the history
  • Loading branch information
Verus121 authored and dovahcrow committed Jul 8, 2022
1 parent 0db363a commit ad1afc7
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
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

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

__version__ = "0.4.4-alpha.1"
__version__ = "0.4.4"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ maintainers = [
"Danrui Qi <qidanrui@gmail.com>",
]
name = "dataprep"
version = "0.4.4-alpha.1"
version = "0.4.4"

license = "MIT"

Expand Down

1 comment on commit ad1afc7

@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: ad1afc7 Previous: 0db363a Ratio
dataprep/tests/benchmarks/eda.py::test_create_report 0.2548220622910089 iter/sec (stddev: 0.04075642133694121) 0.25047938682508614 iter/sec (stddev: 0.012804158594910464) 0.98

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

Please sign in to comment.