Skip to content

Commit d004dbc

Browse files
authored
Prepare for release v2.0.3 (#67)
1 parent b3899a8 commit d004dbc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'ntEdit',
33
'cpp',
4-
version: '2.0.2',
4+
version: '2.0.3',
55
license: 'GPL-3',
66
default_options: [
77
'cpp_std=c++17',

ntedit.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#define PROGRAM "ntEdit v2.0.2" // NOLINT
1+
#define PROGRAM "ntEdit v2.0.3" // NOLINT
22

33
// clang-format off
44
#include <iostream> //NOLINT(llvm-include-order)

run-ntedit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ from packaging import version
1212

1313
import snakemake
1414

15-
NTEDIT_VERSION = "ntEdit v2.0.2"
15+
NTEDIT_VERSION = "ntEdit v2.0.3"
1616

1717
def main():
1818
"Run ntEdit snakemake file"

0 commit comments

Comments
 (0)