Skip to content

Commit 7cd92ee

Browse files
authored
Merge pull request #26 from ttngu207/main
bump alpha version for first release on PyPI
2 parents 159a2a5 + 99ab2fa commit 7cd92ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
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

55

6-
## [0.1.0a4] - 2021-05-04
6+
## [0.1.0a5] - 2021-05-05
77
### Added
88
+ Added GitHub Action release process
99
+ `probe` and `ephys` elements
1010
+ Readers for: `SpikeGLX`, `Open Ephys`, `Kilosort`
1111
+ Probe table supporting: Neuropixels probes 1.0 - 3A, 1.0 - 3B, 2.0 - SS, 2.0 - MS
1212

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

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

0 commit comments

Comments
 (0)