Skip to content

Commit 1990d09

Browse files
committed
Bump khoj version in setup.py, khoj.el to 0.2.0
1 parent a9cfd8b commit 1990d09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='khoj-assistant',
10-
version='0.1.10',
10+
version='0.2.0',
1111
description="A natural language search engine for your personal notes, transactions and images",
1212
long_description=(this_directory / "Readme.md").read_text(encoding="utf-8"),
1313
long_description_content_type="text/markdown",

src/interface/emacs/khoj.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: Debanjum Singh Solanky <[email protected]>
66
;; Description: Natural, Incremental Search for your Second Brain
77
;; Keywords: search, org-mode, outlines, markdown, beancount, ledger, image
8-
;; Version: 0.1.9
8+
;; Version: 0.2.0
99
;; Package-Requires: ((emacs "27.1"))
1010
;; URL: http://github.com/debanjum/khoj/interface/emacs
1111

0 commit comments

Comments
 (0)