From e3fdefb6f6b7269d6e19a889395e6708f425f87f Mon Sep 17 00:00:00 2001 From: Paul Adkisson Date: Wed, 17 Apr 2024 16:11:40 -0400 Subject: [PATCH] Update dev version from 0.5.7 to 0.5.8 (#312) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 786b031b..772b1479 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( name="roiextractors", - version="0.5.7", + version="0.5.8", author="Heberto Mayorquin, Szonja Weigl, Cody Baker, Ben Dichter, Alessio Buccino, Paul Adkisson", author_email="ben.dichter@gmail.com", description="Python module for extracting optical physiology ROIs and traces for various file types and formats",