From ee7400a8a992b3f9f8c17822b5bab15d537e7b46 Mon Sep 17 00:00:00 2001 From: Michael Whittaker Date: Mon, 7 Jun 2021 09:03:29 -0700 Subject: [PATCH] Bumped version + uploaded to pypi. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f5af659..19c74b6 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh: setuptools.setup( name="quoracle", - version="0.0.3", + version="0.0.4", author="Michael Whittaker", author_email="mwhittttaker@gmail.com", description=("A library for modelling, analyzing, and optimizing quorum " +