Skip to content

Commit

Permalink
Amending versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
bee-san committed May 20, 2021
1 parent f50dd31 commit 9b4bcce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pywhat"
version = "0.2.2"
version = "0.2.3"
description = "What is that thing?"
authors = ["Bee <[email protected]>"]
license = "GPLv3"
Expand Down
2 changes: 1 addition & 1 deletion pywhat/printer.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def pretty_print(self, text: dict):
)
console.print(to_out, table)

if not text["Regexes"] and not text["Language"]
if not text["Regexes"] and not text["Language"]:
console.print(
"[bold #D7Afff]Could not find anything of interest.[/bold #D7Afff]"
)
Expand Down

0 comments on commit 9b4bcce

Please sign in to comment.