Skip to content

Commit

Permalink
πŸ”– Release 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyosun committed Oct 3, 2023
1 parent 4735863 commit aff1a76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- prettier-ignore -->
Name | PR | Developer | Date | Version
--- | --- | --- | --- | ---
🍱 Added oetjen18 files | [35](https://github.com/laminlabs/readfcs/pull/35) | [sunnyosun](https://github.com/sunnyosun) | 2023-10-03 |
🍱 Added oetjen18 files | [35](https://github.com/laminlabs/readfcs/pull/35) | [sunnyosun](https://github.com/sunnyosun) | 2023-10-03 | 1.1.7
πŸ‘· Remove nox cache | [34](https://github.com/laminlabs/readfcs/pull/34) | [sunnyosun](https://github.com/sunnyosun) | 2023-08-25 |
πŸ‘· Test py3.11 | [33](https://github.com/laminlabs/readfcs/pull/33) | [sunnyosun](https://github.com/sunnyosun) | 2023-08-25 | 1.1.6
πŸš‘οΈ Raise error if the spill index doesn't match channels | [32](https://github.com/laminlabs/readfcs/pull/32) | [sunnyosun](https://github.com/sunnyosun) | 2023-08-24 |
Expand Down
2 changes: 1 addition & 1 deletion readfcs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
datasets
"""

__version__ = "1.1.6"
__version__ = "1.1.7"

# prints warning of python versions
from lamin_utils import py_version_warning
Expand Down

0 comments on commit aff1a76

Please sign in to comment.