Skip to content

Commit aa7ea1b

Browse files
authored
⬆️ v0.5.0 (#593)
1 parent 2f85ab7 commit aa7ea1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def has_ext_modules(self):
2121

2222
setup(
2323
name="larq-compute-engine",
24-
version=os.getenv("LCE_RELEASE_VERSION", "0.4.3"),
24+
version=os.getenv("LCE_RELEASE_VERSION", "0.5.0"),
2525
python_requires=">=3.6",
2626
description="Highly optimized inference engine for binarized neural networks.",
2727
long_description=readme(),

0 commit comments

Comments
 (0)