Skip to content

Commit

Permalink
bumped version to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Cydhra committed Aug 9, 2024
1 parent 2cba91b commit 25a0c97
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,13 +1,13 @@
[package]
name = "vers-vecs"
version = "1.4.0"
version = "1.5.0"
edition = "2021"
authors = ["Johannes \"Cydhra\" Hengstler"]
description = "A collection of succinct data structures supported by fast implementations of rank and select queries."
readme = "readme.md"
repository = "https://github.com/Cydhra/vers"
license = "MIT OR Apache-2.0"
keywords = ["succinct", "elias-fano", "bitvector", "rank", "select"]
keywords = ["succinct", "elias-fano", "bitvector", "rank", "wavelet-matrix"]
categories = ["data-structures", "algorithms"]
exclude = [
"images/*",
Expand Down

0 comments on commit 25a0c97

Please sign in to comment.