From f60aab2eff0facc9c528b0e5f27c29bee4964099 Mon Sep 17 00:00:00 2001 From: lash Date: Tue, 30 May 2023 10:27:57 +0100 Subject: [PATCH] Bump version --- .gitignore | 3 ++- python/setup.cfg | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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