Skip to content

Commit

Permalink
1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bee-san committed Apr 22, 2021
1 parent 393be0f commit b6155f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion name_that_hash/prettifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def __init__(self, kwargs, api=False):

def greppable_output(self, objs: List):
logging.debug("Greppable output")
logging.debug(f"Objects is {objs}")
"""
takes the prototypes and turns it into json
returns the json
Expand Down
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 = "name-that-hash"
version = "1.7.1"
version = "1.7.2"
description = "The Modern Hash Identifcation System"
authors = ["brandon <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit b6155f1

Please sign in to comment.