Skip to content

Commit

Permalink
Update version (#72)
Browse files Browse the repository at this point in the history
* improved hashing functionality

* impoved unique detection

* updated to use range generator

* much faster

* remove duplicates

* Update version.py
  • Loading branch information
lettergram authored Mar 16, 2021
1 parent 9b0cf89 commit f63cad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataprofiler/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

MAJOR = 0
MINOR = 3
MICRO = 4
MICRO = 5

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

Expand Down

0 comments on commit f63cad6

Please sign in to comment.