mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 05:39:12 +00:00
Bump khoj patch version in setup.py
- PRs and Pushes to Master show up as newer than previous release. But they're marked as development release or pre-release (alpha) - Once create tag. The published pip package than becomes a final release in PEP440 terminology
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.4',
|
version='0.1.5',
|
||||||
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