From 02b7070bda17456c0af62ac8a8f0a577d9bc7b3f Mon Sep 17 00:00:00 2001 From: ksneab7 <91956551+ksneab7@users.noreply.github.com> Date: Thu, 21 Sep 2023 17:04:34 -0400 Subject: [PATCH] version bump (#1032) (#1036) --- dataprofiler/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dataprofiler/version.py b/dataprofiler/version.py index 0808d3c3e..a2a22f403 100644 --- a/dataprofiler/version.py +++ b/dataprofiler/version.py @@ -2,7 +2,7 @@ MAJOR = 0 MINOR = 10 -MICRO = 3 +MICRO = 4 POST = None # otherwise None VERSION = "%d.%d.%d" % (MAJOR, MINOR, MICRO)