Skip to content

Commit 7d61347

Browse files
authored
⬆️ 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.
1 parent 52f262f commit 7d61347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def get_version_number(default):
2929

3030
setup(
3131
name="larq-compute-engine",
32-
version=get_version_number(default="0.11.1"),
32+
version=get_version_number(default="0.13.0"),
3333
python_requires=">=3.9",
3434
description="Highly optimized inference engine for binarized neural networks.",
3535
long_description=readme(),

0 commit comments

Comments
 (0)