We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f85ab7 commit aa7ea1bCopy full SHA for aa7ea1b
setup.py
@@ -21,7 +21,7 @@ def has_ext_modules(self):
21
22
setup(
23
name="larq-compute-engine",
24
- version=os.getenv("LCE_RELEASE_VERSION", "0.4.3"),
+ version=os.getenv("LCE_RELEASE_VERSION", "0.5.0"),
25
python_requires=">=3.6",
26
description="Highly optimized inference engine for binarized neural networks.",
27
long_description=readme(),
0 commit comments