Skip to content

Commit

Permalink
bump version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arogozhnikov committed Apr 28, 2024
1 parent 10e19b4 commit fe9d81d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion einops/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# ruff: noqa: E402

__author__ = "Alex Rogozhnikov"
__version__ = "0.7.0"
__version__ = "0.8.0"


class EinopsError(RuntimeError):
Expand Down
2 changes: 1 addition & 1 deletion einops/layers/tensorflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down

0 comments on commit fe9d81d

Please sign in to comment.