Skip to content

Commit b8e8efb

Browse files
committed
Start 0.10
1 parent 2626ae5 commit b8e8efb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = "Sam Ireland"
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = "0.9.0"
25+
release = "0.10.0"
2626

2727

2828
# -- General configuration ---------------------------------------------------

nextflow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from .command import run, run_and_poll
44

55
__author__ = "Sam Ireland"
6-
__version__ = "0.9.0"
6+
__version__ = "0.10.0"
77

88
if not which("nextflow"):
99
raise NextflowNotInstalledError(

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="nextflowpy",
8-
version="0.9.0",
8+
version="0.10.0",
99
description="A Python wrapper around Nextflow.",
1010
long_description=long_description,
1111
long_description_content_type="text/x-rst",
@@ -17,7 +17,7 @@
1717
"Development Status :: 4 - Beta",
1818
"Topic :: Internet :: WWW/HTTP",
1919
"Intended Audience :: Developers",
20-
"License :: OSI Approved :: MIT License",
20+
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
2121
"Topic :: Scientific/Engineering :: Bio-Informatics",
2222
"Programming Language :: Python :: 3",
2323
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)