Skip to content

Commit

Permalink
update version;update license
Browse files Browse the repository at this point in the history
  • Loading branch information
huidongchen committed Jun 10, 2019
1 parent 77d3538 commit e3b521b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
#https://github.com/bioconda/bioconda-recipes/tree/master/recipes/stream

setup(name='stream',
version="0.3.8a",
version="0.3.9",
description='Single-cell Trajectories Reconstruction, Exploration And Mapping of single-cell data',
long_description=Path('README.md').read_text('utf-8'),
url='https://github.com/pinellolab/stream',
author='Huidong Chen',
author_email='huidong.chen AT mgh DOT harvard DOT edu',
license='Affero',
license='AGPL-3',
packages=['stream'],
package_dir={'stream':'stream'},
package_data={'stream': ['tests/*']},
Expand Down
2 changes: 1 addition & 1 deletion stream/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .core import *

__version__ = "0.3.8a"
__version__ = "0.3.9"
2 changes: 1 addition & 1 deletion tutorial/1.STREAM_scRNA-seq.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
{
"data": {
"text/plain": [
"'0.3.8a'"
"'0.3.9'"
]
},
"execution_count": 3,
Expand Down

0 comments on commit e3b521b

Please sign in to comment.