Skip to content

Commit

Permalink
Version 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelm committed Dec 13, 2024
1 parent 075fb84 commit 8f79881
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Strobealign Changelog

## Development version
## v0.15.0 (2024-12-13)

* #388 and #426: Increase accuracy and mapping rate for reads shorter than
about 200 bp by introducing multi-context seeds.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.16)

project(strobealign VERSION 0.14.0)
project(strobealign VERSION 0.15.0)
include(FetchContent)
include(ExternalProject)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
name="strobealign",
description="Python bindings for strobealign",
license="MIT",
version="0.14.0",
version="0.15.0",
packages=["strobealign"],
package_dir={"": "src/python"},
cmake_install_dir="src/python",
Expand Down

0 comments on commit 8f79881

Please sign in to comment.