From 7d613472caa873708f9a326d2409360d64df13bb Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Wed, 9 Aug 2023 14:41:01 +0200 Subject: [PATCH] :arrow_up: 0.13.0 (#785) Bump to 0.13.0 (not 0.12.0 to reflect the fact that it is based on TF 2.13, not 2.12). Changelog will be in the release notes. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5aaf5d41..1999580c 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ def get_version_number(default): setup( name="larq-compute-engine", - version=get_version_number(default="0.11.1"), + version=get_version_number(default="0.13.0"), python_requires=">=3.9", description="Highly optimized inference engine for binarized neural networks.", long_description=readme(),