Skip to content

Commit

Permalink
bump version and update email
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhie committed Nov 28, 2022
1 parent fc8bff8 commit 3fbff62
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.2'
__version__ = '1.7.3'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='scanorama',
version='1.7.2',
version='1.7.3',
description='Panoramic stitching of heterogeneous single cell transcriptomic data',
url='https://github.com/brianhie/scanorama',
packages=find_packages(exclude=['bin', 'conf', 'data', 'target']),
Expand All @@ -17,6 +17,6 @@
'scikit-learn>=0.20rc1',
],
author='Brian Hie',
author_email='brianhie@mit.edu',
author_email='brianhie@stanford.edu',
license='MIT'
)

0 comments on commit 3fbff62

Please sign in to comment.