Skip to content

Commit

Permalink
Merge pull request #2 from mvinyard/v0.0.12
Browse files Browse the repository at this point in the history
v0.0.12 PR: bug fixes
  • Loading branch information
mvinyard authored Jul 6, 2022
2 parents 6779bb9 + 78c4542 commit c6b9077
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A lightweight python package to parse **[`.arrow`]()** files produced by [**Arch

## Installation

Install the last-released ([**`v0.0.11`**](https://pypi.org/project/ArchR-h5ad/0.0.11/)) distrubution from [PYPI](https://pypi.org/project/ArchR-h5ad/):
Install the last-released ([**`v0.0.12`**](https://pypi.org/project/ArchR-h5ad/0.0.12/)) distrubution from [PYPI](https://pypi.org/project/ArchR-h5ad/):

```BASH
pip install ArchR_h5ad
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="ArchR_h5ad",
version="0.0.11",
version="0.0.12",
python_requires=">3.6.0",
author="Michael E. Vinyard - Harvard University - Massachussetts General Hospital - Broad Institute of MIT and Harvard",
author_email="mvinyard@broadinstitute.org",
Expand Down

0 comments on commit c6b9077

Please sign in to comment.