diff --git a/setup.py b/setup.py index 5f197e13..dc0ba0f3 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ this_directory = Path(__file__).parent setup( name='khoj-assistant', - version='0.1.8', + version='0.1.9', 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", diff --git a/src/interface/emacs/khoj.el b/src/interface/emacs/khoj.el index 5ab00d0f..c34fb88e 100644 --- a/src/interface/emacs/khoj.el +++ b/src/interface/emacs/khoj.el @@ -5,7 +5,7 @@ ;; Author: Debanjum Singh Solanky ;; Description: Natural, Incremental Search for your Second Brain ;; Keywords: search, org-mode, outlines, markdown, beancount, ledger, image -;; Version: 0.1.6 +;; Version: 0.1.9 ;; Package-Requires: ((emacs "27.1")) ;; URL: http://github.com/debanjum/khoj/interface/emacs