From 2745c03384f0a4789f172b4b64a3948f7fee0699 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Fri, 2 Aug 2019 17:53:48 +0200 Subject: [PATCH] Cargo.toml: Use the same version as the core tantivy lib. This closes #6. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0ff22e9..f61f2f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tantivy-py" -version = "0.1.0" +version = "0.10.1" authors = ["Damir Jelić "] edition = "2018" license = "MIT"