Skip to content

Commit

Permalink
Merge pull request #276 from arogozhnikov/torch-dynamic-compile
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
arogozhnikov committed Aug 14, 2023
2 parents 6fc4e09 + 47cbea7 commit bc89539
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
@@ -1,5 +1,5 @@
__author__ = 'Alex Rogozhnikov'
__version__ = '0.7.0rc1'
__version__ = '0.7.0rc2'


class EinopsError(RuntimeError):
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="einops",
version="0.7.0rc1",
version="0.7.0rc2",
description="A new flavour of deep learning operations",
long_description=open("README.md", encoding="utf-8").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit bc89539

Please sign in to comment.