diff --git a/.gitignore b/.gitignore index e281667..66d994b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ build/ dist/ solidity/*.json solidity/*.bin -.venv \ No newline at end of file +*.egg-info +.venv diff --git a/python/setup.cfg b/python/setup.cfg index 25758a2..d9abed3 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-faucet -version = 0.3.4 +version = 0.3.5 description = Gas token gifter with controls from time intervals, amounts and access. author = Louis Holbrook author_email = dev@holbrook.no