Skip to content

Commit

Permalink
⬆️ v0.6.1 (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamHillier authored Jul 9, 2021
1 parent 58ec387 commit 9dbea32
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.0"),
version=get_version_number(default="0.6.1"),
python_requires=">=3.6",
description="Highly optimized inference engine for binarized neural networks.",
long_description=readme(),
Expand Down

0 comments on commit 9dbea32

Please sign in to comment.