diff --git a/meson.build b/meson.build index 05146cd..d1398a7 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'ntEdit', 'cpp', - version: '2.0.3', + version: '2.1.0', license: 'GPL-3', default_options: [ 'cpp_std=c++17', diff --git a/ntedit.cpp b/ntedit.cpp index 7006881..31df0cb 100644 --- a/ntedit.cpp +++ b/ntedit.cpp @@ -1,4 +1,4 @@ -#define PROGRAM "ntEdit v2.0.3" // NOLINT +#define PROGRAM "ntEdit v2.1.0" // NOLINT // clang-format off #include //NOLINT(llvm-include-order) diff --git a/run-ntedit b/run-ntedit index 66ca162..e48574a 100644 --- a/run-ntedit +++ b/run-ntedit @@ -12,7 +12,7 @@ from packaging import version import snakemake -NTEDIT_VERSION = "ntEdit v2.0.3" +NTEDIT_VERSION = "ntEdit v2.1.0" def main(): "Run ntEdit snakemake file"