Skip to content

Commit 159a2a5

Browse files
authored
Merge pull request #25 from ttngu207/main
bump alpha version for first release on pypi
2 parents 07f858c + ab3cfc9 commit 159a2a5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22

33
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
44

5-
## [0.1.0a3] - 2021-05-03
5+
6+
## [0.1.0a4] - 2021-05-04
67
### Added
78
+ Added GitHub Action release process
89
+ `probe` and `ephys` elements
910
+ Readers for: `SpikeGLX`, `Open Ephys`, `Kilosort`
1011
+ Probe table supporting: Neuropixels probes 1.0 - 3A, 1.0 - 3B, 2.0 - SS, 2.0 - MS
1112

12-
[0.1.0a3]: https://github.com/datajoint/element-array-ephys/releases/tag/0.1.0a3
13+
[0.1.0a4]: https://github.com/datajoint/element-array-ephys/releases/tag/0.1.0a4

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.0a3'
2+
__version__ = '0.1.0a4'

0 commit comments

Comments
 (0)