Skip to content

Commit f956c98

Browse files
committed
Version 0.13.0
1 parent 3ec8dfe commit f956c98

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.13.0 (2024-03-04)
44

55
* #394: Added option `--aemb` (abundance estimation for metagenomic binning),
66
which makes strobealign output a table with estimated abundance values for

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.12.0)
3+
project(strobealign VERSION 0.13.0)
44
include(FetchContent)
55

66
option(ENABLE_AVX "Enable AVX2 support" OFF)

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If needed, run `make` with `VERBOSE=1` to get more logging output.
2424
After CMake has been run, you can use this one-liner to compile strobealign and
2525
run the tests:
2626
```
27-
make -j -C build && tests/run.sh
27+
make -s -j -C build && tests/run.sh
2828
```
2929

3030
Whenever you make changes that could potentially affect mapping results, you can

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.12.0",
8+
version="0.13.0",
99
packages=["strobealign"],
1010
package_dir={"": "src/python"},
1111
cmake_install_dir="src/python",

0 commit comments

Comments
 (0)