diff --git a/README.md b/README.md index 63cf319..917ecb1 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/setup.py b/setup.py index 6e8e807..84edc2f 100644 --- a/setup.py +++ b/setup.py @@ -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",