Skip to content

Commit

Permalink
Updating the Version to v0.7.9 (#489)
Browse files Browse the repository at this point in the history
* Fix: updated test_(int/float)_column_profile.py test_diff to cover json.dumps() functionality. Updated numerical_column_stats.py _perform_t_test to cast conservative and welch values to floats before assignment.

* Fix: addressed PR change requests.

* Fix: Reformatting

* Bumped version

* bumped version to 0.7.9 because of readme changes
  • Loading branch information
micdavis committed Jun 27, 2022
1 parent c627d7d commit 6384586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataprofiler/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

MAJOR = 0
MINOR = 7
MICRO = 8
MICRO = 9

VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

Expand Down

0 comments on commit 6384586

Please sign in to comment.