Skip to content

Commit

Permalink
Prepare for release v2.1.1 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcoombe authored Dec 3, 2024
1 parent 2d70596 commit 1679c96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'ntEdit',
'cpp',
version: '2.1.0',
version: '2.1.1',
license: 'GPL-3',
default_options: [
'cpp_std=c++17',
Expand Down
2 changes: 1 addition & 1 deletion ntedit.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define PROGRAM "ntEdit v2.1.0" // NOLINT
#define PROGRAM "ntEdit v2.1.1" // NOLINT

// clang-format off
#include <iostream> //NOLINT(llvm-include-order)
Expand Down
2 changes: 1 addition & 1 deletion run-ntedit
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ from packaging import version

import snakemake

NTEDIT_VERSION = "ntEdit v2.1.0"
NTEDIT_VERSION = "ntEdit v2.1.1"

def main():
"Run ntEdit snakemake file"
Expand Down

0 comments on commit 1679c96

Please sign in to comment.