We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22b21d1 commit 361364eCopy full SHA for 361364e
meson.build
@@ -1,7 +1,7 @@
1
project(
2
'ntEdit',
3
'cpp',
4
- version: '2.0.0',
+ version: '2.0.1',
5
license: 'GPL-3',
6
default_options: [
7
'cpp_std=c++17',
ntedit.cpp
@@ -1,4 +1,4 @@
-#define PROGRAM "ntEdit v2.0.0" // NOLINT
+#define PROGRAM "ntEdit v2.0.1" // 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.0"
+NTEDIT_VERSION = "ntEdit v2.0.1"
16
17
def main():
18
"Run ntEdit snakemake file"
0 commit comments