Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-langfield committed Apr 18, 2024
1 parent b982381 commit 3b5ed81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3b5ed81

Please sign in to comment.