We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b53f4 commit 2110fd8Copy full SHA for 2110fd8
meson.build
@@ -1,7 +1,7 @@
1
project(
2
'ntEdit',
3
'cpp',
4
- version: '2.0.3',
+ version: '2.1.0',
5
license: 'GPL-3',
6
default_options: [
7
'cpp_std=c++17',
ntedit.cpp
@@ -1,4 +1,4 @@
-#define PROGRAM "ntEdit v2.0.3" // NOLINT
+#define PROGRAM "ntEdit v2.1.0" // 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.3"
+NTEDIT_VERSION = "ntEdit v2.1.0"
16
17
def main():
18
"Run ntEdit snakemake file"
0 commit comments