From ffc9fb80539516e71cd73ddd5a4e28f9f3c02e9b Mon Sep 17 00:00:00 2001 From: Ryan Korsak Date: Tue, 29 Sep 2020 18:32:13 -0400 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20to=201.1.6=20(#1?= =?UTF-8?q?96)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1a732a8d..a6b02050 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ LONG_DESCRIPTION = readme_file.read() NAME = "electionguard" -VERSION = "1.1.5" +VERSION = "1.1.6" LICENSE = "MIT" DESCRIPTION = "ElectionGuard: Support for e2e verified elections." LONG_DESCRIPTION_CONTENT_TYPE = "text/markdown"