Bump Khoj to version 0.2.1. It's the current version in development

Each push to master creates a development release on pypi
This commit is contained in:
Debanjum Singh Solanky
2022-12-04 09:09:34 -03:00
parent c52383b11c
commit 2e5ac5bf22

View File

@@ -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",