Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Hie committed Mar 29, 2020
1 parent 3f4a5f5 commit 6200ade
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scanorama/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .scanorama import *

__version__ = 1.5
__version__ = 1.5.1
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

setup(
name='scanorama',
version='1.5',
version='1.5.1',
description='Panoramic stitching of heterogeneous single cell transcriptomic data',
url='https://github.com/brianhie/scanorama',
download_url='https://github.com/brianhie/scanorama/archive/v1.5.tar.gz',
download_url='https://github.com/brianhie/scanorama/archive/v1.5.1.tar.gz',
packages=find_packages(exclude=['bin', 'conf', 'data', 'target']),
install_requires=[
'annoy>=1.11.5',
Expand Down

0 comments on commit 6200ade

Please sign in to comment.