Skip to content

Commit a20734a

Browse files
committed
Show packages without description
1 parent d429af7 commit a20734a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pypisearch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.2"
1+
__version__ = "1.3.3"

pypisearch/result_item.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def __init__(self, plain_text: str) -> None:
1414
def is_empty(self) -> bool:
1515
"""Check is current instance empty."""
1616

17-
return not all([self.name, self.version, self.description])
17+
return not all([self.name, self.version])
1818

1919
@property
2020
def name(self) -> str:

0 commit comments

Comments
 (0)