Skip to content

Commit

Permalink
Update labels to version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cecilia-Sensalari committed Aug 23, 2021
1 parent 29a9753 commit 3c9aa6f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
2 changes: 1 addition & 1 deletion ksrates_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
2 changes: 1 addition & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 3c9aa6f

Please sign in to comment.