Skip to content

Commit e152d12

Browse files
committed
version bump
1 parent 424d468 commit e152d12

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[package]
22
name = "shingles"
3-
version = "0.1.0"
3+
version = "0.1.1"
4+
description = "A WebAssembly library for efficient text deduplication and similarity detection using shingling and MinHash."
45
authors = ["Preetham Pemmasani <75422607+ppmpreetham@users.noreply.github.com>"]
6+
license = "MIT"
7+
repository = "https://github.com/ppmpreetham/shingles"
58
edition = "2018"
69

710
[lib]

0 commit comments

Comments
 (0)