Bump khoj version in setup.py, khoj.el to 0.2.0

This commit is contained in:
Debanjum Singh Solanky
2022-12-02 14:57:37 -03:00
parent a9cfd8b800
commit 1990d09032
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ this_directory = Path(__file__).parent
setup(
name='khoj-assistant',
version='0.1.10',
version='0.2.0',
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",