Skip to content

Commit

Permalink
⬆️ 0.13.0 (#785)
Browse files Browse the repository at this point in the history
Bump to 0.13.0 (not 0.12.0 to reflect the fact that it is based on TF 2.13, not 2.12). Changelog will be in the release notes.
  • Loading branch information
CNugteren committed Aug 9, 2023
1 parent 52f262f commit 7d61347
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.11.1"),
version=get_version_number(default="0.13.0"),
python_requires=">=3.9",
description="Highly optimized inference engine for binarized neural networks.",
long_description=readme(),
Expand Down

0 comments on commit 7d61347

Please sign in to comment.