Bump patch version

This commit is contained in:
Danny Guo 2016-04-18 08:54:10 -04:00
parent 14cf91e0ef
commit 9f4ba4cbc0
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "strsim"
version = "0.4.0"
version = "0.4.1"
authors = ["Danny Guo <dannyguo91@gmail.com>"]
description = """
Implementations of string similarity metrics.

View File

@ -10,7 +10,7 @@ Rust implementations of [string similarity metrics]:
```toml
# Cargo.toml
[dependencies]
strsim = "0.4.0"
strsim = "0.4.1"
```
### Usage