Skip to content

Commit

Permalink
⬆️ 0.6.2 (#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
luciengaitskell authored Sep 8, 2021
1 parent cd041b5 commit 664aa67
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.6.1"),
version=get_version_number(default="0.6.2"),
python_requires=">=3.6",
description="Highly optimized inference engine for binarized neural networks.",
long_description=readme(),
Expand Down

0 comments on commit 664aa67

Please sign in to comment.