We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3899a8 commit d004dbcCopy full SHA for d004dbc
3 files changed
meson.build
@@ -1,7 +1,7 @@
1
project(
2
'ntEdit',
3
'cpp',
4
- version: '2.0.2',
+ version: '2.0.3',
5
license: 'GPL-3',
6
default_options: [
7
'cpp_std=c++17',
ntedit.cpp
@@ -1,4 +1,4 @@
-#define PROGRAM "ntEdit v2.0.2" // NOLINT
+#define PROGRAM "ntEdit v2.0.3" // NOLINT
// clang-format off
#include <iostream> //NOLINT(llvm-include-order)
run-ntedit
@@ -12,7 +12,7 @@ from packaging import version
12
13
import snakemake
14
15
-NTEDIT_VERSION = "ntEdit v2.0.2"
+NTEDIT_VERSION = "ntEdit v2.0.3"
16
17
def main():
18
"Run ntEdit snakemake file"
0 commit comments