Skip to content

Commit

Permalink
Version 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelm committed Mar 4, 2024
1 parent 3ec8dfe commit f956c98
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.13.0 (2024-03-04)

* #394: Added option `--aemb` (abundance estimation for metagenomic binning),
which makes strobealign output a table with estimated abundance values for
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.12.0)
project(strobealign VERSION 0.13.0)
include(FetchContent)

option(ENABLE_AVX "Enable AVX2 support" OFF)
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ If needed, run `make` with `VERBOSE=1` to get more logging output.
After CMake has been run, you can use this one-liner to compile strobealign and
run the tests:
```
make -j -C build && tests/run.sh
make -s -j -C build && tests/run.sh
```

Whenever you make changes that could potentially affect mapping results, you can
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.12.0",
version="0.13.0",
packages=["strobealign"],
package_dir={"": "src/python"},
cmake_install_dir="src/python",
Expand Down

0 comments on commit f956c98

Please sign in to comment.