Remove spam logline bump version
This commit is contained in:
parent
2efe10162e
commit
9dda0e6dea
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user