Skip to content

Commit

Permalink
Release 0.1.2 (#15)
Browse files Browse the repository at this point in the history
Update version numbers for new wheels (cannot replace existing wheels; will "yank" 0.1.1 instead: https://pypi.org/help/#yanked)

Co-authored-by: Andrew (Drew) Titus <andrew.titus@kensho.com>
  • Loading branch information
andrew-titus and Andrew (Drew) Titus authored May 18, 2024
1 parent ca6a4ba commit 8047296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "sequence_align"
version = "0.1.1"
version = "0.1.2"
description = "Efficient implementations of Needleman-Wunsch and other sequence alignment algorithms in Rust with Python bindings."
readme = "README.md"
requires-python = ">=3.7"
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sequence_align"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = "Apache-2.0"

Expand Down

0 comments on commit 8047296

Please sign in to comment.