Skip to content

Commit

Permalink
⬆️ v0.5.0 (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamHillier authored Jan 29, 2021
1 parent 2f85ab7 commit aa7ea1b
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 @@ -21,7 +21,7 @@ def has_ext_modules(self):

setup(
name="larq-compute-engine",
version=os.getenv("LCE_RELEASE_VERSION", "0.4.3"),
version=os.getenv("LCE_RELEASE_VERSION", "0.5.0"),
python_requires=">=3.6",
description="Highly optimized inference engine for binarized neural networks.",
long_description=readme(),
Expand Down

0 comments on commit aa7ea1b

Please sign in to comment.