Skip to content

Commit

Permalink
updated dev version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pauladkisson committed Nov 13, 2024
1 parent e8eb2cf commit 8b96dac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Upcoming (v0.5.10)
# Upcoming (v0.5.11)

### Features

### Fixes


# v0.5.10

### Features
* Added a seed to dummy generators [#361](https://github.com/catalystneuro/roiextractors/pull/361)
Expand All @@ -14,7 +21,6 @@
* Improved the error message for the `set_timestamps` method in the `ImagingExtractor` class[PR #377](https://github.com/catalystneuro/roiextractors/pull/377)
* Renamed `MiniscopeImagingExtractor` to`MiniscopeMultiRecordingImagingExtractor` class[PR #374](https://github.com/catalystneuro/roiextractors/pull/374)

### Testing

# v0.5.9

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name="roiextractors",
version="0.5.10",
version="0.5.11",
author="Heberto Mayorquin, Szonja Weigl, Cody Baker, Ben Dichter, Alessio Buccino, Paul Adkisson",
author_email="[email protected]",
description="Python module for extracting optical physiology ROIs and traces for various file types and formats",
Expand Down

0 comments on commit 8b96dac

Please sign in to comment.