Skip to content

Commit

Permalink
Release v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Aug 31, 2023
1 parent dc23702 commit 4a642c6
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 10 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


## [Unreleased]
[Unreleased]: https://github.com/althonos/lightmotif/compare/v0.5.0...HEAD
[Unreleased]: https://github.com/althonos/lightmotif/compare/v0.5.1...HEAD


## [v0.5.1] - 2023-08-31
[v0.5.1]: https://github.com/althonos/lightmotif/compare/v0.5.0...v0.5.1

### Fixed

#### `lightmotif`
- Compilation for Arm NEON platforms.


## [v0.5.0] - 2023-08-31
Expand Down
2 changes: 1 addition & 1 deletion lightmotif-bench/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lightmotif-bench"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
publish = false

Expand Down
4 changes: 2 additions & 2 deletions lightmotif-py/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lightmotif-py"
version = "0.5.0"
version = "0.5.1"
authors = ["Martin Larralde <martin.larralde@embl.de>"]
edition = "2021"
license = "MIT"
Expand All @@ -17,7 +17,7 @@ path = "lightmotif/lib.rs"

[dependencies.lightmotif]
path = "../lightmotif"
version = "0.5.0"
version = "0.5.1"
[dependencies]
pyo3 = "0.18.3"
generic-array = "0.14"
Expand Down
2 changes: 1 addition & 1 deletion lightmotif-py/lightmotif/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.5.0"
__version__ = "0.5.1"

from . import lib
from .lib import (
Expand Down
4 changes: 2 additions & 2 deletions lightmotif-tfmpvalue/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lightmotif-tfmpvalue"
version = "0.5.0"
version = "0.5.1"
authors = ["Martin Larralde <martin.larralde@embl.de>"]
edition = "2021"
license = "GPL-3.0"
Expand All @@ -13,7 +13,7 @@ keywords = ["bioinformatics", "motif", "pssm", "pvalue"]

[dependencies.lightmotif]
path = "../lightmotif"
version = "0.5.0"
version = "0.5.1"
[dependencies.fnv]
version = "1.0"
optional = true
Expand Down
4 changes: 2 additions & 2 deletions lightmotif-transfac/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lightmotif-transfac"
version = "0.5.0"
version = "0.5.1"
authors = ["Martin Larralde <martin.larralde@embl.de>"]
edition = "2021"
license = "MIT"
Expand All @@ -13,7 +13,7 @@ keywords = ["bioinformatics", "motif", "parser", "transfac"]

[dependencies.lightmotif]
path = "../lightmotif"
version = "0.5.0"
version = "0.5.1"
[dependencies]
nom = "7"
memchr = "2"
2 changes: 1 addition & 1 deletion lightmotif/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lightmotif"
version = "0.5.0"
version = "0.5.1"
authors = ["Martin Larralde <martin.larralde@embl.de>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 4a642c6

Please sign in to comment.