diff --git a/release_notes.md b/release_notes.md index e4af704..c93bf33 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,5 +1,5 @@ -# 0.9.1 -## 0.9.1 +# 0.9.2 +## 0.9.2 - `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. 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,