Skip to content

Commit

Permalink
v0.11.37
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
CodyCBakerPhD authored Jul 1, 2022
1 parent cc0d7b4 commit baf0bbe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
],
},
Expand Down

0 comments on commit baf0bbe

Please sign in to comment.