From a28b8cccc367f49553a9220c091227708088d5b7 Mon Sep 17 00:00:00 2001 From: chris-langfield Date: Thu, 5 Sep 2024 12:34:53 -0400 Subject: [PATCH] bump version --- 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 96a8030..7eb45fb 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,5 +1,9 @@ # 1.3 +## 1.3.1 2024-09-05 + +- Hotfix for running tests with PyPI install + ## 1.3.0 2024-09-05 - Add support for NPultra high-density probes diff --git a/setup.py b/setup.py index 1641c4f..4d84097 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name="ibl-neuropixel", - version="1.3.0", + version="1.3.1", author="The International Brain Laboratory", description="Collection of tools for Neuropixel 1.0 and 2.0 probes data", long_description=long_description,