commit f60aab2eff0facc9c528b0e5f27c29bee4964099
parent 33e5397a827e245739090d7410fe72ca28f160bf
Author: lash <dev@holbrook.no>
Date: Tue, 30 May 2023 10:27:57 +0100
Bump version
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git 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
@@ -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