diff --git a/einops/__init__.py b/einops/__init__.py index 14de0671..7e063ed0 100644 --- a/einops/__init__.py +++ b/einops/__init__.py @@ -2,7 +2,7 @@ # ruff: noqa: E402 __author__ = "Alex Rogozhnikov" -__version__ = "0.7.0" +__version__ = "0.8.0" class EinopsError(RuntimeError): diff --git a/einops/layers/tensorflow.py b/einops/layers/tensorflow.py index 2c333a42..22acf34f 100644 --- a/einops/layers/tensorflow.py +++ b/einops/layers/tensorflow.py @@ -6,7 +6,7 @@ Layers in einops==0.7.0 (and several prior versions) are compatible with TF 2.13 -Layers in einops==0.7.1 were re-implemented +Layers in einops==0.8.0 were re-implemented according to official instructions for TF 2.16 """