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(),