File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
author = "Sam Ireland"
23
23
24
24
# The full version, including alpha/beta/rc tags
25
- release = "0.9 .0"
25
+ release = "0.10 .0"
26
26
27
27
28
28
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 3
3
from .command import run , run_and_poll
4
4
5
5
__author__ = "Sam Ireland"
6
- __version__ = "0.9 .0"
6
+ __version__ = "0.10 .0"
7
7
8
8
if not which ("nextflow" ):
9
9
raise NextflowNotInstalledError (
Original file line number Diff line number Diff line change 5
5
6
6
setup (
7
7
name = "nextflowpy" ,
8
- version = "0.9 .0" ,
8
+ version = "0.10 .0" ,
9
9
description = "A Python wrapper around Nextflow." ,
10
10
long_description = long_description ,
11
11
long_description_content_type = "text/x-rst" ,
17
17
"Development Status :: 4 - Beta" ,
18
18
"Topic :: Internet :: WWW/HTTP" ,
19
19
"Intended Audience :: Developers" ,
20
- "License :: OSI Approved :: MIT License" ,
20
+ "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+) " ,
21
21
"Topic :: Scientific/Engineering :: Bio-Informatics" ,
22
22
"Programming Language :: Python :: 3" ,
23
23
"Programming Language :: Python :: 3.10" ,
You can’t perform that action at this time.
0 commit comments