From 8a0fa873edaea3a1f140783458c429ddcdc52172 Mon Sep 17 00:00:00 2001 From: Lukas Geiger Date: Fri, 20 Aug 2021 23:11:00 +0100 Subject: [PATCH] :arrow_up: 2.2.0 (#343) Release Support for TensorFlow 2.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bec5e20..48ebb3d 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def readme(): setup( name="larq-zoo", - version="2.1.0", + version="2.2.0", author="Plumerai", author_email="opensource@plumerai.com", description="Reference implementations of popular Binarized Neural Networks",