diff --git a/setup.py b/setup.py index 3e0843d..6bf8c60 100644 --- a/setup.py +++ b/setup.py @@ -9,10 +9,10 @@ except ImportError: # Deps not yet installed __author__ = __maintainer__ ='Elyas Heidari' __email__ = 'eheidari@student.ethz.ch' - __version__ = '0.1.1' + __version__ = '0.1.2' setup(name='sagenet', - version = "0.1.1", + version = "0.1.2", description='Spatial reconstruction of dissociated single-cell data', long_description=long_description, long_description_content_type="text/markdown",