From 145ec6eb03bcc11180eb140d7838a27d7f6f21ac Mon Sep 17 00:00:00 2001 From: chris-langfield Date: Fri, 28 Jun 2024 12:20:40 -0400 Subject: [PATCH] dev version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 82bfea3..e8120af 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name="ibl-neuropixel", - version="1.1.0a01", + version="1.1.0a02", author="The International Brain Laboratory", description="Collection of tools for Neuropixel 1.0 and 2.0 probes data", long_description=long_description,