File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1+ - When bumping the version label, you need to always update the readme installs instructions to the command to install matches the latest version
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ A Python CLI tool that uses [Ollama](https://ollama.ai/) for embeddings and [Qdr
3131sudo apt update && sudo apt install pipx
3232
3333# Install code-indexer using pipx (from latest release)
34- pipx install https://github.com/jsbattig/code-indexer/releases/download/v0.0.13 .0/code_indexer-0.0.13 .0-py3-none-any.whl
34+ pipx install https://github.com/jsbattig/code-indexer/releases/download/v0.0.17 .0/code_indexer-0.0.17 .0-py3-none-any.whl
3535
3636# Or install directly from git (latest development)
3737pipx install git+https://github.com/jsbattig/code-indexer.git
@@ -47,7 +47,7 @@ python3 -m venv ~/code-indexer-env
4747source ~ /code-indexer-env/bin/activate
4848
4949# Install from GitHub releases
50- pip install https://github.com/jsbattig/code-indexer/releases/download/v0.0.13 .0/code_indexer-0.0.13 .0-py3-none-any.whl
50+ pip install https://github.com/jsbattig/code-indexer/releases/download/v0.0.17 .0/code_indexer-0.0.17 .0-py3-none-any.whl
5151
5252# Or install directly from git (latest development)
5353pip install git+https://github.com/jsbattig/code-indexer.git
Original file line number Diff line number Diff line change 55to provide intelligent code search capabilities.
66"""
77
8- __version__ = "0.0.16 .0"
8+ __version__ = "0.0.17 .0"
99__author__ = "Code Indexer Team"
You can’t perform that action at this time.
0 commit comments