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 #4 from ManuSetty/patch_package_spec
Browse files Browse the repository at this point in the history
Explicitly specify wishbone package in setup.py
  • Loading branch information
ManuSetty committed May 24, 2016
2 parents 7030fa4 + 31075b7 commit 9073b4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@


setup(name='wishbone',
version='1.0',
version='0.2.1',
description='Wishbone algorithm for identifying bifurcating trajectories from single-cell data',
author='Manu Setty',
author_email='manu.setty@columbia.edu',
package_dir={'': 'src'},
packages=['wishbone'],
install_requires=[
'numpy>=1.10.0',
'pandas>=0.18.0',
Expand Down
2 changes: 1 addition & 1 deletion src/wishbone/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from . import wishbone_gui
from . import autocomplete_entry

__version__ = "0.2"
__version__ = "0.2.1"

0 comments on commit 9073b4e

Please sign in to comment.