Skip to content

Commit

Permalink
⬆️ 0.11.0 (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
CNugteren authored Jan 20, 2023
1 parent 6d2f48e commit 4c68119
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 @@ -29,7 +29,7 @@ def get_version_number(default):

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

0 comments on commit 4c68119

Please sign in to comment.