Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-sd-watson committed May 14, 2019
1 parent 80ecfde commit 540ba07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -5,14 +5,14 @@

setuptools.setup(
name="umiread",
version="1.9.0",
version="1.9.1",
author="Matthew Watson",
author_email="matt.sd.watson@gmail.com",
description="Lightweight utility for 10x single cell assays",
long_description= long_description,
long_description_content_type="text/markdown",
url="https://github.com/matt-sd-watson/umiread",
download_url="https://github.com/matt-sd-watson/umiread/archive/1.9.0.tar.gz",
download_url="https://github.com/matt-sd-watson/umiread/archive/1.9.1.tar.gz",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 540ba07

Please sign in to comment.