Skip to content

Commit c08338d

Browse files
committed
[MISC] bump version
1 parent 221f189 commit c08338d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 3.8)
33
## CUSTOMISE
44

55
# Define the application name and version.
6-
project (raptor VERSION 1.0.2)
6+
project (raptor VERSION 1.1.0)
77
set (CMAKE_CXX_STANDARD 17)
88
set (CMAKE_CXX_STANDARD_REQUIRED ON)
99

src/raptor.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ inline void init_shared_meta(seqan3::argument_parser & parser)
148148
parser.info.citation = "Seiler, E. et al. (2020). Raptor: A fast and space-efficient pre-filter for"
149149
" querying very large collections of nucleotide sequences. bioRxiv 2020.10.08.330985. doi:"
150150
" https://doi.org/10.1101/2020.10.08.330985";
151-
parser.info.date = "12-10-2020";
151+
parser.info.date = "16-12-2020";
152152
parser.info.email = "enrico.seiler@fu-berlin.de";
153153
parser.info.long_copyright = R"(BSD 3-Clause License
154154
@@ -182,7 +182,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.)";
182182
parser.info.short_copyright = "BSD 3-Clause License";
183183
parser.info.short_description = "A fast and space-efficient pre-filter for querying very large collections of nucleotide sequences.";
184184
parser.info.url = "https://github.com/seqan/raptor";
185-
parser.info.version = "1.0.2";
185+
parser.info.version = "1.1.0";
186186
}
187187

188188
void init_top_level_parser(seqan3::argument_parser & parser)

0 commit comments

Comments
 (0)