Commit 6fd4c5d 1 parent e7e6f38 commit 6fd4c5d Copy full SHA for 6fd4c5d
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Strobealign Changelog
2
2
3
- ## development version
3
+ ## v0.12.0 (2023-11-23)
4
4
5
5
* #293 : Fix: When mapping single-end reads, many multimappers were previously
6
6
assigned a high mapping quality. They now get assigned mapping quality zero
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.16)
2
2
3
- project (strobealign VERSION 0.11 .0)
3
+ project (strobealign VERSION 0.12 .0)
4
4
include (FetchContent)
5
5
6
6
option (ENABLE_AVX "Enable AVX2 support" OFF )
Original file line number Diff line number Diff line change 5
5
name = "strobealign" ,
6
6
description = "Python bindings for strobealign" ,
7
7
license = "MIT" ,
8
- version = "0.11 .0" ,
8
+ version = "0.12 .0" ,
9
9
packages = ["strobealign" ],
10
10
package_dir = {"" : "src/python" },
11
11
cmake_install_dir = "src/python" ,
You can’t perform that action at this time.
0 commit comments