diff --git a/release_notes.md b/release_notes.md index e4af704..099e3f4 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,9 +1,6 @@ -# 0.9.1 -## 0.9.1 -- `neurodsp` is now `ibldsp`. Drop-in replacement of the package name is all that is required to update. The `neurodsp` name will disappear on -01-Sep-2024; until then both names will work. - # 0.9.0 +## 0.9.2 2024-02-08 +- `neurodsp` is now `ibldsp`. Drop-in replacement of the package name is all that is required to update. The `neurodsp` name will disappear on 01-Sep-2024; until then both names will work. ## 0.9.0 2024-01-17 - `neurodsp.utils.sync_timestamps`: uses FFT based correlation to speed up large arrays alignments - `waveforms`: new wiggle plot for multi-trace waveforms diff --git a/setup.py b/setup.py index 2c311ab..d7b3761 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name="ibl-neuropixel", - version="0.9.1", + version="0.9.2", author="The International Brain Laboratory", description="Collection of tools for Neuropixel 1.0 and 2.0 probes data", long_description=long_description,