From ebaf5524d192722d2acf6b31e43e904583266e1e Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Thu, 4 Aug 2022 04:45:20 +0300 Subject: [PATCH] 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 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b3787d4c..eca9ce4d 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ this_directory = Path(__file__).parent setup( name='khoj-assistant', - version='0.1.4', + version='0.1.5', 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",