Skip to content

Commit

Permalink
change version to 0.6.2rc
Browse files Browse the repository at this point in the history
  • Loading branch information
arogozhnikov committed Jul 5, 2023
1 parent a50db94 commit bcab6ad
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.6.1'
__version__ = '0.6.2rc'


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.6.1',
version='0.6.2rc',
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 bcab6ad

Please sign in to comment.