Bump version on instant-distance

Due to using indicatif in the public API.
This commit is contained in:
Dirkjan Ochtman 2022-08-01 14:17:18 +02:00
parent 78770b2b7a
commit 281b6b89d8
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ crate-type = ["cdylib"]
[dependencies]
bincode = "1.3.1"
instant-distance = { version = "0.5", path = "../instant-distance", features = ["with-serde"] }
instant-distance = { version = "0.6", path = "../instant-distance", features = ["with-serde"] }
pyo3 = { version = "0.16", features = ["extension-module"] }
serde = { version = "1", features = ["derive"] }
serde-big-array = "0.4.1"

View File

@ -1,6 +1,6 @@
[package]
name = "instant-distance"
version = "0.5.1"
version = "0.6.0"
license = "MIT OR Apache-2.0"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
edition = "2018"