Skip to content

Commit 45c13a9

Browse files
committed
Bump version
1 parent b90bc65 commit 45c13a9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
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-
## [unreleased]
5+
## [0.1.1] - 2022-05-10
66
### Added
77
+ NWB export
88
+ Shorten subject primary key to varchar(8)
9+
+ Adopted black formatting into code base
910

1011
## [0.1.0b0] - 2021-05-07
1112
### Added

element_animal/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.0b0"
2+
__version__ = "0.1.1"

0 commit comments

Comments
 (0)