Skip to content
This repository has been archived by the owner on Feb 9, 2020. It is now read-only.

Commit

Permalink
Merge pull request #35 from ManuSetty/develop
Browse files Browse the repository at this point in the history
Updated contact information
ManuSetty authored Nov 30, 2016
2 parents c04fbaa + c54899e commit 934226d
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -14,10 +14,10 @@


setup(name='wishbone',
version='0.4.1',
version='0.4.1.1',
description='Wishbone algorithm for identifying bifurcating trajectories from single-cell data',
author='Manu Setty',
author_email='manu.[email protected]',
author_email='manu.[email protected]',
package_dir={'': 'src'},
packages=['wishbone'],
install_requires=[
2 changes: 1 addition & 1 deletion src/wishbone/__init__.py
Original file line number Diff line number Diff line change
@@ -3,4 +3,4 @@
from . import wishbone_gui
from . import autocomplete_entry

__version__ = "0.4.1"
__version__ = "0.4.1.1"

0 comments on commit 934226d

Please sign in to comment.