From 3b5ed8124bd6c0ae1e208e75c56b1b6b4923f7e3 Mon Sep 17 00:00:00 2001 From: Christopher Langfield Date: Thu, 18 Apr 2024 16:16:25 -0700 Subject: [PATCH] bump version --- release_notes.md | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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,