Skip to content

Commit e44d370

Browse files
committed
bumped version
1 parent 0e6f886 commit e44d370

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- When bumping the version label, you need to always update the readme installs instructions to the command to install matches the latest version

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ A Python CLI tool that uses [Ollama](https://ollama.ai/) for embeddings and [Qdr
3131
sudo 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)
3737
pipx install git+https://github.com/jsbattig/code-indexer.git
@@ -47,7 +47,7 @@ python3 -m venv ~/code-indexer-env
4747
source ~/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)
5353
pip install git+https://github.com/jsbattig/code-indexer.git

src/code_indexer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
to provide intelligent code search capabilities.
66
"""
77

8-
__version__ = "0.0.16.0"
8+
__version__ = "0.0.17.0"
99
__author__ = "Code Indexer Team"

0 commit comments

Comments
 (0)