diff --git a/release_notes.md b/release_notes.md index 07f5073..eddb2c1 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,4 +1,6 @@ # 0.10.0 +## 0.10.3 2024-04-18 +- Patch fixing memory leaks for `waveform_extraction` module. ## 0.10.2 2024-04-10 - Add `waveform_extraction` module to `ibldsp`. This includes the `extract_wfs_array` and `extract_wfs_cbin` methods. - Add code for performing subsample shifts of waveforms. diff --git a/setup.py b/setup.py index edb0434..4668246 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name="ibl-neuropixel", - version="0.10.2", + version="0.10.3", author="The International Brain Laboratory", description="Collection of tools for Neuropixel 1.0 and 2.0 probes data", long_description=long_description,