Skip to content

Commit

Permalink
feat: update version to 0.7.0 (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
JGSweets committed Jul 29, 2021
1 parent 4eb61c2 commit d130b1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dataprofiler/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"""

MAJOR = 0
MINOR = 6
MICRO = 1
MINOR = 7
MICRO = 0

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

Expand Down

0 comments on commit d130b1d

Please sign in to comment.