Skip to content

Commit

Permalink
πŸ”– Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyosun committed Mar 19, 2024
1 parent d8a8af5 commit 3012e03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cellxgene_lamin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
datasets
"""

__version__ = "0.0.1" # denote a pre-release for 0.1.0 with 0.1rc1
__version__ = "0.1.0" # denote a pre-release for 0.1.0 with 0.1rc1

from . import datasets
from ._cxg_rest import get_collections_from_cxg, get_datasets_from_cxg
Expand Down
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
--- | --- | --- | --- | ---
✨ Moved cellxgene-lamin-validator here | [36](https://github.com/laminlabs/cellxgene-lamin/pull/36) | [sunnyosun](https://github.com/sunnyosun) | 2024-03-19 |
✨ Moved cellxgene-lamin-validator here | [36](https://github.com/laminlabs/cellxgene-lamin/pull/36) | [sunnyosun](https://github.com/sunnyosun) | 2024-03-19 | 0.1.0
πŸ’š Fix CI | [34](https://github.com/laminlabs/cellxgene-lamin/pull/34) | [sunnyosun](https://github.com/sunnyosun) | 2024-03-01 |
πŸ‘· Use 3.10 for tests | [33](https://github.com/laminlabs/cellxgene-lamin/pull/33) | [sunnyosun](https://github.com/sunnyosun) | 2024-02-01 |
🎨 Import bionty instead of lb | [32](https://github.com/laminlabs/cellxgene-lamin/pull/32) | [sunnyosun](https://github.com/sunnyosun) | 2024-02-01 |
Expand Down

0 comments on commit 3012e03

Please sign in to comment.