From 301ef2d21051254195d37cc6b3107f01981cb890 Mon Sep 17 00:00:00 2001 From: chris-langfield Date: Wed, 18 Sep 2024 10:08:06 -0400 Subject: [PATCH] bumpversion + release notes --- release_notes.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/release_notes.md b/release_notes.md index 7eb45fb..f03c5d6 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,5 +1,9 @@ # 1.3 +## 1.3.2 2024-09-18 + +- Hotfix for WaveformsLoader label ids + ## 1.3.1 2024-09-05 - Hotfix for running tests with PyPI install diff --git a/setup.py b/setup.py index 4d84097..70a90ed 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name="ibl-neuropixel", - version="1.3.1", + version="1.3.2", author="The International Brain Laboratory", description="Collection of tools for Neuropixel 1.0 and 2.0 probes data", long_description=long_description,