Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
EliHei2 authored Dec 12, 2021
1 parent a7f5695 commit 9e90c81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
except ImportError: # Deps not yet installed
__author__ = __maintainer__ ='Elyas Heidari'
__email__ = '[email protected]'
__version__ = '0.1.0'
__version__ = '0.1.1'

setup(name='sagenet',
version = "0.1.0",
version = "0.1.1",
description='Spatial reconstruction of dissociated single-cell data',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 9e90c81

Please sign in to comment.