From 00e5eadccb164343a8ae668f4cbdecb57c8f74f2 Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Thu, 7 Apr 2022 11:47:28 -0400 Subject: [PATCH] v0.3.8 v0.3.8 includes a bug fix for the display output for aggregated messages --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e7ae62f12..75e56f526 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ long_description = f.read() setup( name="nwbinspector", - version="0.3.7", + version="0.3.8", description="Tool to inspect NWB files for best practices compliance.", long_description=long_description, long_description_content_type="text/markdown",