diff --git a/CHANGELOG.md b/CHANGELOG.md index cb69eef58..288686be6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Upcoming + + +# v0.2.4 + ### Deprecation * All usages of `use_times` have been removed from spikeinterface tools and interfaces. The function `add_electrical_series` now determines whether the timestamps of the spikeinterface recording extractor are uniform or not and automatically stores the data according to best practices [PR #40](https://github.com/catalystneuro/neuroconv/pull/40) * Dropped Python 3.7 support. [PR #237](https://github.com/catalystneuro/neuroconv/pull/237) diff --git a/setup.py b/setup.py index 7438363f2..b29d524e2 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ setup( name="neuroconv", - version="0.2.4", + version="0.2.5", description="Convert data from proprietary formats to NWB format.", long_description=long_description, long_description_content_type="text/markdown",