Skip to content

Commit

Permalink
Hot fix/version change (#591)
Browse files Browse the repository at this point in the history
* test

* test

* test

* test

* test

* test

* test for demo

* change version
  • Loading branch information
taylorfturner committed Aug 9, 2022
1 parent f2af344 commit ca5d32e
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 = 0
MINOR = 7
MICRO = 10

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

Expand Down

0 comments on commit ca5d32e

Please sign in to comment.