Bump version to 0.4.0
This commit is contained in:
parent
8902b5b766
commit
9b4eae13e4
|
@ -11,7 +11,7 @@ crate-type = ["cdylib"]
|
|||
|
||||
[dependencies]
|
||||
bincode = "1.3.1"
|
||||
instant-distance = { version = "0.3", path = "../instant-distance", features = ["with-serde"] }
|
||||
instant-distance = { version = "0.4", path = "../instant-distance", features = ["with-serde"] }
|
||||
pyo3 = { version = "0.13.2", features = ["extension-module"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde-big-array = "0.3.2"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "instant-distance"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
license = "MIT OR Apache-2.0"
|
||||
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
|
||||
edition = "2018"
|
||||
|
|
Loading…
Reference in New Issue