Remove spam logline bump version

This commit is contained in:
nolash
2021-03-21 14:03:39 +01:00
parent 2efe10162e
commit 9dda0e6dea
2 changed files with 1 additions and 2 deletions

View File

@@ -41,7 +41,6 @@ def is_checksum_address(address_hex):
hx = to_checksum(address_hex) hx = to_checksum(address_hex)
except ValueError: except ValueError:
return False return False
print('{} {}'.format(hx, address_hex))
return hx == address_hex return hx == address_hex

View File

@@ -24,7 +24,7 @@ f.close()
setup( setup(
name="crypto-dev-signer", name="crypto-dev-signer",
version="0.4.14a2", version="0.4.14a3",
description="A signer and keystore daemon and library for cryptocurrency software development", description="A signer and keystore daemon and library for cryptocurrency software development",
author="Louis Holbrook", author="Louis Holbrook",
author_email="dev@holbrook.no", author_email="dev@holbrook.no",