diff --git a/Cargo.lock b/Cargo.lock index 4bab5b2..1bcdf79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -299,7 +299,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "cheminee" -version = "0.1.25" +version = "0.1.26" dependencies = [ "bitvec", "clap", diff --git a/Cargo.toml b/Cargo.toml index 24ebe09..1e2e281 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cheminee" -version = "0.1.25" +version = "0.1.26" edition = "2021" description = "Molecule indexing and search" license = "MIT"