Skip to content

Commit 011bb8b

Browse files
authored
Bump rich-click 1.8.8 to 1.8.9 (#38)
2 parents 4bec98f + 6174bac commit 011bb8b

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<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>
2+
<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>
33
<p align="center"></p>
44

55
```commandline

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "searchcode"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
description = "Simple, comprehensive code search."
55
authors = ["Ritchie Mwewa <rly0nheart@duck.com>"]
66
license = "GPLv3+"
@@ -23,7 +23,7 @@ packages = [
2323
[tool.poetry.dependencies]
2424
python = "^3.10"
2525
requests = "^2.32.2"
26-
rich-click = "^1.8.8"
26+
rich-click = "^1.8.9"
2727

2828
[tool.poetry.group.dev.dependencies]
2929
flake8 = "^7.1.2"

src/searchcode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from .api import Searchcode
2121

2222
__pkg__ = "searchcode"
23-
__version__ = "0.6.0"
23+
__version__ = "0.6.1"
2424
__author__ = "Ritchie Mwewa"
2525

2626
__all__ = ["Searchcode"]

0 commit comments

Comments
 (0)