From 3c9aa6f0f15e0e87b3d9b3aea25dab8c1208464c Mon Sep 17 00:00:00 2001 From: Cecilia-Sensalari Date: Mon, 23 Aug 2021 17:42:49 +0200 Subject: [PATCH] Update labels to version 1.1 --- doc/source/conf.py | 4 ++-- ksrates_cli.py | 2 +- main.nf | 2 +- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index caa86fa..349a573 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -1,8 +1,8 @@ project = "ksrates" author = "Cecilia Sensalari, Steven Maere and Rolf Lohaus" -version = "0.1" -release = "0.1" +version = "1.1" +release = "1.1" html_theme = "sphinx_rtd_theme" diff --git a/ksrates_cli.py b/ksrates_cli.py index 8ed7264..5fd4e8b 100644 --- a/ksrates_cli.py +++ b/ksrates_cli.py @@ -3,7 +3,7 @@ from sys import argv @click.group(context_settings={'help_option_names': ['-h', '--help']}) -@click.version_option("1.0", prog_name="ksrates", help="Print version number.") +@click.version_option("1.1", prog_name="ksrates", help="Print version number.") def cli(): """ Welcome to ksrates! diff --git a/main.nf b/main.nf index ca2155c..1ce4234 100755 --- a/main.nf +++ b/main.nf @@ -22,7 +22,7 @@ if (configfile.isEmpty()) { log.info "" log.info "" log.info """\ - K S R A T E S - N E X T F L O W P I P E L I N E (v1.0) + K S R A T E S - N E X T F L O W P I P E L I N E (v1.1) -------------------------------------------------------------- Configuration file: $params.config diff --git a/setup.py b/setup.py index 122f1fc..546beb8 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='ksrates', - version='1.0', + version='1.1', packages=['ksrates', 'wgd_ksrates'], url='https://github.com/VIB-PSB/ksrates', license='GNU GPL v3.0',