Skip to content

Commit

Permalink
update versions for release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arogozhnikov committed Jan 18, 2022
1 parent 2215145 commit 3bbf32a
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.3.2'
__version__ = '0.4.0'


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

setup(
name="einops",
version='0.3.2',
version='0.4.0',
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 3bbf32a

Please sign in to comment.