From baf0bbedea54704589aebf68e445c33246328ac6 Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Fri, 1 Jul 2022 09:59:55 -0400 Subject: [PATCH] v0.11.37 v0.11.37 - Added SpikeInterface support for Neuralynx, SpikeGadgets, NeuroscopeSorting, . CED now only uses SpikeInterface as the backend - also, we possible only support .smrx and not .smr anymore. --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index af3d5e3b2..5d01680c8 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ setup( name="nwb-conversion-tools", - version="0.11.36", + version="0.11.37", description="Convert data from proprietary formats to NWB format.", long_description=long_description, long_description_content_type="text/markdown", @@ -48,7 +48,6 @@ extras_require=extras_require, entry_points={ "console_scripts": [ - # "nwb-gui=nwb_conversion_tools.gui.command_line:main", # not currently working "nwbct-run-conversion = nwb_conversion_tools.tools.yaml_conversion_specification.yaml_conversion_specification:run_conversion_from_yaml_cli", ], },