Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/ntSynt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ from packaging import version

import snakemake

NTSYNT_VERSION = "ntSynt v1.0.3"
NTSYNT_VERSION = "ntSynt v1.0.4"

NTSYNT_ASCII = r"""
_ ____ _
Expand Down
2 changes: 1 addition & 1 deletion bin/ntsynt_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import argparse
from ntsynt_synteny import NtSyntSynteny

NTSYNT_VERSION = 'ntSynt v1.0.3'
NTSYNT_VERSION = 'ntSynt v1.0.4'

def parse_arguments():
"Parse arguments from argparse"
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('ntSynt', 'cpp',
version : '1.0.3',
version : '1.0.4',
license : 'GPL-3',
default_options : [ 'cpp_std=c++17', 'warning_level=3', 'werror=true' ])

Expand Down