Skip to content

Commit 9b4bcce

Browse files
committed
Amending versioning
1 parent f50dd31 commit 9b4bcce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pywhat"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
description = "What is that thing?"
55
authors = ["Bee <[email protected]>"]
66
license = "GPLv3"

pywhat/printer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def pretty_print(self, text: dict):
5656
)
5757
console.print(to_out, table)
5858

59-
if not text["Regexes"] and not text["Language"]
59+
if not text["Regexes"] and not text["Language"]:
6060
console.print(
6161
"[bold #D7Afff]Could not find anything of interest.[/bold #D7Afff]"
6262
)

0 commit comments

Comments
 (0)