From 836607e6977e0ec66cb186ba8c1044d7da5a9333 Mon Sep 17 00:00:00 2001 From: JGSweets Date: Fri, 4 Feb 2022 09:41:21 -0600 Subject: [PATCH] fix: update version (#439) --- dataprofiler/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dataprofiler/version.py b/dataprofiler/version.py index 278261320..1be848a81 100644 --- a/dataprofiler/version.py +++ b/dataprofiler/version.py @@ -4,7 +4,7 @@ MAJOR = 0 MINOR = 7 -MICRO = 5 +MICRO = 6 VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)