Skip to content

Commit e8e7f54

Browse files
committed
Remove background from license information (CLI)
1 parent 90b4c65 commit e8e7f54

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "searchcode"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
description = "Simple, comprehensive code search."
55
authors = ["Ritchie Mwewa <rly0nheart@duck.com>"]
66
license = "GPLv3+"

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.4.3"
23+
__version__ = "0.4.4"
2424
__author__ = "Ritchie Mwewa"
2525

2626

0 commit comments

Comments
 (0)