Skip to content

Commit

Permalink
version bump (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
micdavis committed Feb 21, 2023
1 parent ddcd396 commit 7613a1a
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 @@ -2,8 +2,8 @@

MAJOR = 0
MINOR = 8
MICRO = 7
POST = 1 # otherwise None
MICRO = 8
POST = None # otherwise None

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

Expand Down

0 comments on commit 7613a1a

Please sign in to comment.