Skip to content

Commit

Permalink
verion bump 0.9.0 (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorfturner committed May 31, 2023
1 parent 49c551f commit 4d157c8
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
@@ -1,8 +1,8 @@
"""File contains the version number for the package."""

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

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

0 comments on commit 4d157c8

Please sign in to comment.