Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tabac committed May 16, 2020
1 parent 824639f commit e61f544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "hyperloglogplus"
version = "0.2.0"
version = "0.2.1"
authors = ["Tasos Bakogiannis <t.bakogiannis@gmail.com>"]
description = "HyperLogLog implementations."
homepage = "https://github.com/tabac/hyperloglog.rs"
repository = "https://github.com/tabac/hyperloglog.rs"
documentation = "https://docs.rs/hyperloglogplus"
readme = "README.md"
license = "MIT"
keywords = ["hyperloglog", "hyperloglog++", "probabilistic", "sketch"]
keywords = ["hyperloglog", "hyperloglogplus", "probabilistic", "sketch"]
edition = "2018"
exclude = ["evaluation/*"]

Expand Down

0 comments on commit e61f544

Please sign in to comment.