From 78e0198ed6e70ec67277a3f6a6d0506cb4c96a89 Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Wed, 23 Feb 2022 15:47:49 -0500 Subject: [PATCH] v0.2.3 v0.2.3 is the first released version since the v0.1.0 prototype. It includes all the refactored codebase including check registration, report parsing, and the new check function suite. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2f3c5e3b1..0ca676532 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="nwbinspector", - version="0.2.2", + version="0.2.3", description="Tool to inspect NWB files for best practices compliance.", long_description=long_description, long_description_content_type="text/markdown",