Update setup.py version, Readme. Remove faulty release badge for now

This commit is contained in:
Debanjum Singh Solanky
2022-09-07 14:51:03 +03:00
parent 35d81de1a1
commit e4d40e4d4d
3 changed files with 7 additions and 7 deletions

View File

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