Skip to content

Commit 3a2671a

Browse files
committed
Update version and changelog
1 parent c16fda2 commit 3a2671a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
44
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
55

6+
## [0.1.2] - 2022-06-09
7+
8+
+ Bugfix - Handle case where `pc_features.npy` does not exist.
9+
610
## [0.1.1] - 2022-06-01
711

812
+ Add - Secondary attributes to `PreClusterParamSteps` table

element_array_ephys/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Package metadata."""
2-
__version__ = '0.1.1'
2+
__version__ = '0.1.2'

0 commit comments

Comments
 (0)