Skip to content

Commit

Permalink
⬆️ 0.16.0 (#809)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tombana authored Jun 21, 2024
1 parent 44f66a9 commit 8da5a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def get_version_number(default):

setup(
name="larq-compute-engine",
version=get_version_number(default="0.13.0"),
version=get_version_number(default="0.16.0"),
python_requires=">=3.10",
description="Highly optimized inference engine for binarized neural networks.",
long_description=readme(),
Expand Down

0 comments on commit 8da5a19

Please sign in to comment.