From 438f4ae154b335f5159f7bda186bb53700bd4c28 Mon Sep 17 00:00:00 2001 From: Lukas Geiger Date: Mon, 21 Sep 2020 15:31:15 +0200 Subject: [PATCH] :arrow_up: 0.4.3 (#513) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c85c85051..955660269 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def has_ext_modules(self): setup( name="larq-compute-engine", - version="0.4.2", + version="0.4.3", python_requires=">=3.6", description="Highly optimized inference engine for binarized neural networks.", long_description=readme(),