mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 21:29:11 +00:00
Update khoj version to 0.1.7 in setup.py
This should have been done right after the 0.1.6 release. To allow pre-release versions for 0.1.7 published to pypi from master to be installable. Currently their being published as 0.1.6 pre-release versions instead
This commit is contained in:
2
setup.py
2
setup.py
@@ -7,7 +7,7 @@ this_directory = Path(__file__).parent
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='khoj-assistant',
|
name='khoj-assistant',
|
||||||
version='0.1.6',
|
version='0.1.7',
|
||||||
description="A natural language search engine for your personal notes, transactions and images",
|
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=(this_directory / "Readme.md").read_text(encoding="utf-8"),
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
|
|||||||
Reference in New Issue
Block a user