Skip to content

Commit 6fd4c5d

Browse files
committed
Version 0.12.0
1 parent e7e6f38 commit 6fd4c5d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Strobealign Changelog
22

3-
## development version
3+
## v0.12.0 (2023-11-23)
44

55
* #293: Fix: When mapping single-end reads, many multimappers were previously
66
assigned a high mapping quality. They now get assigned mapping quality zero

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.16)
22

3-
project(strobealign VERSION 0.11.0)
3+
project(strobealign VERSION 0.12.0)
44
include(FetchContent)
55

66
option(ENABLE_AVX "Enable AVX2 support" OFF)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name="strobealign",
66
description="Python bindings for strobealign",
77
license="MIT",
8-
version="0.11.0",
8+
version="0.12.0",
99
packages=["strobealign"],
1010
package_dir={"": "src/python"},
1111
cmake_install_dir="src/python",

0 commit comments

Comments
 (0)