Skip to content

Commit 1656904

Browse files
committed
adding Readme.md
1 parent bbb72e7 commit 1656904

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
[package]
22
name = "local-outlier-probabilities"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
edition = "2021"
55
description = "Local Outlier Probabilities (LoOP) calculation"
66
repository = "https://github.com/medbioinf/loop-rs"
77
homepage = "https://github.com/medbioinf/loop-rs"
88
documentation = "https://github.com/medbioinf/loop-rs"
99
license-file = "LICENSE"
10+
readme = "Readme.md"
1011

1112
[dependencies]
1213
kdtree = "0.7.0"

0 commit comments

Comments
 (0)