Skip to content

Commit

Permalink
**CI** Formatted code + Updated version number and documentation. [sk…
Browse files Browse the repository at this point in the history
…ip ci]
  • Loading branch information
thorwhalen committed Jun 17, 2022
1 parent b5fae96 commit 3ec867f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions grub/base.py
Expand Up @@ -15,6 +15,7 @@
from py2store import LocalTextStore, cached_keys, lazyprop, KvReader
from py2store import add_ipython_key_completions


def grub(search_store, query, n=10):
search_store = get_py_files_store(search_store)
knn = NearestNeighbors(n_neighbors=n, metric='cosine')
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = grub
version = 0.1.3
version = 0.1.2
url = https://github.com/thorwhalen/grub
platforms = any
description_file = README.md
Expand Down

0 comments on commit 3ec867f

Please sign in to comment.