From 831a77fc896b70809479e5c1b37c30f633a0a014 Mon Sep 17 00:00:00 2001 From: lsankar4033 Date: Tue, 25 Aug 2020 12:30:33 -0700 Subject: [PATCH] Update sclients version --- .gitignore | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bee8a64..207549c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ __pycache__ + +build/ +dist/ +stethoscope.egg-info/ diff --git a/setup.py b/setup.py index acffc97..d6049eb 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ # NOTE: to be consistent with pyrum's versions "trio==0.13.0", "pyrum>=0.3.0,<0.4.0", - "stethoscope-clients==0.1.5", + "stethoscope-clients==0.1.6", "PyYAML==5.3.1", "ansicolors==1.1.8", "eth-utils==1.8.4",