From 21f900564322acf62ea609db7e725993efcb8994 Mon Sep 17 00:00:00 2001
From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com>
Date: Tue, 3 May 2022 12:01:21 -0400
Subject: [PATCH] v0.4.2

v0.4.2 - makes DANDI a lazy import for the automated S3 resolution feature
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index bf82fa550..aa1b844b3 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@
     long_description = f.read()
 setup(
     name="nwbinspector",
-    version="0.4.1",
+    version="0.4.2",
     description="Tool to inspect NWB files for best practices compliance.",
     long_description=long_description,
     long_description_content_type="text/markdown",