Skip to content

Commit

Permalink
Update to version 0.8.9 (#778)
Browse files Browse the repository at this point in the history
* 0.8.9 version bump

* empty test
  • Loading branch information
taylorfturner committed Apr 12, 2023
1 parent 57c3835 commit a7f0d3e
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 @@ -2,7 +2,7 @@

MAJOR = 0
MINOR = 8
MICRO = 8
MICRO = 9
POST = None # otherwise None

VERSION = "%d.%d.%d" % (MAJOR, MINOR, MICRO)
Expand Down

0 comments on commit a7f0d3e

Please sign in to comment.