Skip to content

Commit e3b521b

Browse files
committed
update version;update license
1 parent 77d3538 commit e3b521b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
#https://github.com/bioconda/bioconda-recipes/tree/master/recipes/stream
1414

1515
setup(name='stream',
16-
version="0.3.8a",
16+
version="0.3.9",
1717
description='Single-cell Trajectories Reconstruction, Exploration And Mapping of single-cell data',
1818
long_description=Path('README.md').read_text('utf-8'),
1919
url='https://github.com/pinellolab/stream',
2020
author='Huidong Chen',
2121
author_email='huidong.chen AT mgh DOT harvard DOT edu',
22-
license='Affero',
22+
license='AGPL-3',
2323
packages=['stream'],
2424
package_dir={'stream':'stream'},
2525
package_data={'stream': ['tests/*']},

stream/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .core import *
22

3-
__version__ = "0.3.8a"
3+
__version__ = "0.3.9"

tutorial/1.STREAM_scRNA-seq.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
{
3535
"data": {
3636
"text/plain": [
37-
"'0.3.8a'"
37+
"'0.3.9'"
3838
]
3939
},
4040
"execution_count": 3,

0 commit comments

Comments
 (0)