Skip to content

Commit 868a47f

Browse files
committed
Bump rich-click 1.8.8 to 1.8.9
1 parent 3f05387 commit 868a47f

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

poetry.lock

Lines changed: 4 additions & 4 deletions
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)