From 2e5ac5bf225af829ade92061044572f6b65d06ab Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Sun, 4 Dec 2022 09:09:34 -0300 Subject: [PATCH] Bump Khoj to version 0.2.1. It's the current version in development Each push to master creates a development release on pypi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c660f49c..558a23ab 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ this_directory = Path(__file__).parent setup( name='khoj-assistant', - version='0.2.0', + version='0.2.1', 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",