Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://searchcode.com/static/searchcode_logo.png" width=300><br><strong>Searchcode SDK</strong>: Python library and CLI utility for <a href="https://searchcode.com">Searchcode</a>.<br><i>Simple, comprehensive code search.</i></p>
<img src="https://searchcode.com/static/searchcode_logo.png" width=300><br><strong>Searchcode Python</strong>: Python library and CLI utility for <a href="https://searchcode.com">Searchcode</a>.<br><i>Simple, comprehensive code search.</i></p>
<p align="center"></p>

```commandline
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "searchcode"
version = "0.6.0"
version = "0.6.1"
description = "Simple, comprehensive code search."
authors = ["Ritchie Mwewa <rly0nheart@duck.com>"]
license = "GPLv3+"
Expand All @@ -23,7 +23,7 @@ packages = [
[tool.poetry.dependencies]
python = "^3.10"
requests = "^2.32.2"
rich-click = "^1.8.8"
rich-click = "^1.8.9"

[tool.poetry.group.dev.dependencies]
flake8 = "^7.1.2"
Expand Down
2 changes: 1 addition & 1 deletion src/searchcode/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from .api import Searchcode

__pkg__ = "searchcode"
__version__ = "0.6.0"
__version__ = "0.6.1"
__author__ = "Ritchie Mwewa"

__all__ = ["Searchcode"]
Expand Down