From 7afe8905c062f4a4874364bee0edd3805b5baa25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Sat, 3 Aug 2019 11:52:23 +0200 Subject: [PATCH] setup.py: Bump the version to be the same as tantivy. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 91ddbe2..ba4e824 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ except ImportError: setup( name="tantivy", - version="0.9.1", + version="0.10.1", rust_extensions=[RustExtension("tantivy.tantivy", binding=Binding.PyO3)], packages=["tantivy"], zip_safe=False,