Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
EliHei2 authored Jan 7, 2022
1 parent dc60a9b commit 52551bb
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__ = '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",
Expand Down

0 comments on commit 52551bb

Please sign in to comment.