Skip to content

Commit

Permalink
Prepare for release v1.0.2 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcoombe authored Aug 13, 2024
1 parent d972f50 commit f7e358f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.1"
NTSYNT_VERSION = "ntSynt v1.0.2"

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.1'
NTSYNT_VERSION = 'ntSynt v1.0.2'

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.1',
version : '1.0.2',
license : 'GPL-3',
default_options : [ 'cpp_std=c++17', 'warning_level=3', 'werror=true' ])

Expand Down

0 comments on commit f7e358f

Please sign in to comment.