diff --git a/python/setup.cfg b/python/setup.cfg index d3b6507..90e58eb 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = giftable-erc20-token -version = 0.0.7b1 +version = 0.0.7b3 description = Simple ERC20 contract with deployment script that lets any address mint and gift itself tokens. author = Louis Holbrook author_email = dev@holbrook.no @@ -28,7 +28,7 @@ packages = giftable_erc20_token.runnable install_requires = web3==5.12.2 - crypto-dev-signer~=0.4.13b1 + crypto-dev-signer~=0.4.13b10 [options.package_data] * = diff --git a/solidity/Makefile b/solidity/Makefile index 07b8cfb..b191b6c 100644 --- a/solidity/Makefile +++ b/solidity/Makefile @@ -1,4 +1,3 @@ -#SOLC = /home/lash/build/solidity/build/solc/solc SOLC = /usr/bin/solc all: