Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
njvack committed Nov 30, 2020
1 parent 7eba241 commit 97ef2ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG
@@ -1,3 +1,5 @@
2.1.1: Improve support for some files.

2.1.0: Add --data-only option to acq2hdf5 and acq2mat. Improve marker date handling. Guess at file encodings.

2.0.0: Drop support for Python < 3.6.0. Thanks to @pvelasco, add Marker.created_at and Datafile.earliest_marker_created_at, which will give a good guess for when modern files were created.
Expand Down
2 changes: 1 addition & 1 deletion bioread/_metadata.py
Expand Up @@ -10,7 +10,7 @@

# NOTE: This file must not import anything, or it will break installation.

version_tuple = (2, 1, 0)
version_tuple = (2, 1, 1)
version = ".".join([str(p) for p in version_tuple])
version_description = "bioread {0}".format(version)

Expand Down

0 comments on commit 97ef2ac

Please sign in to comment.