Skip to content

Commit

Permalink
fix: update version for release (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
JGSweets authored Mar 25, 2021
1 parent 342bfeb commit f76ed25
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 = 3
MICRO = 5
MINOR = 4
MICRO = 0

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

Expand Down

0 comments on commit f76ed25

Please sign in to comment.