Skip to content

Commit

Permalink
bump version with updated sklearn nearest neighbors
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhie committed Mar 17, 2021
1 parent 35a6ea4 commit 789e6e4
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.7'
__version__ = '1.7.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.7',
version='1.7.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.7.tar.gz',
download_url='https://github.com/brianhie/scanorama/archive/v1.7.1.tar.gz',
packages=find_packages(exclude=['bin', 'conf', 'data', 'target']),
install_requires=[
'annoy>=1.11.5',
Expand Down

0 comments on commit 789e6e4

Please sign in to comment.