From 4d83a1d13bd14b03df6487b0927d9728d4c40e8d Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Tue, 16 Aug 2022 17:37:41 +0300 Subject: [PATCH] Bump Khoj pip version to 0.1.6 to publish pre-release builds --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5c3a5a00..3af246e9 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ this_directory = Path(__file__).parent setup( name='khoj-assistant', - version='0.1.5', + version='0.1.6', description="A natural language search engine for your personal notes, transactions and images", long_description=(this_directory / "Readme.md").read_text(encoding="utf-8"), long_description_content_type="text/markdown",