Skip to content

Commit

Permalink
DEV: bump lib and ignore pykmertools tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anuradhawick committed Aug 26, 2024
1 parent dcb44c1 commit 738f671
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
package.version = "0.1.0"
package.version = "0.1.1"
package.edition = "2021"
package.authors = ["Anuradha Wickramarachchi <[email protected]>", "Vijini Mallawaarachchi <[email protected]>"]
package.description = "kmertools is a k-mer based feature extraction tool designed to support metagenomics and other bioinformatics analytics."
Expand Down
1 change: 1 addition & 0 deletions pykmertools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ license-file.workspace = true
[lib]
name = "pykmertools"
crate-type = ["cdylib"]
test = false

[dependencies]
pyo3 = "0.22.0"
Expand Down

0 comments on commit 738f671

Please sign in to comment.