Skip to content

Commit

Permalink
Updating the Version to v0.7.7 (#450)
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
  • Loading branch information
micdavis committed Apr 5, 2022
1 parent e4548d5 commit 4cdf3f4
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 = 6
MICRO = 7

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

Expand Down

0 comments on commit 4cdf3f4

Please sign in to comment.