From b6155f12773c64eda117d91f6f7b095c77b92864 Mon Sep 17 00:00:00 2001 From: bee-san Date: Thu, 22 Apr 2021 10:01:49 +0100 Subject: [PATCH] 1.7.2 --- name_that_hash/prettifier.py | 1 - pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/name_that_hash/prettifier.py b/name_that_hash/prettifier.py index 9f92b2c..3971aeb 100644 --- a/name_that_hash/prettifier.py +++ b/name_that_hash/prettifier.py @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 9c87929..561d9e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "GPL-3.0-or-later"