Skip to content

Commit 18758e8

Browse files
committed
bump version 0.6.0 -> 0.6.1
1 parent 24d14d0 commit 18758e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

einops/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__author__ = 'Alex Rogozhnikov'
2-
__version__ = '0.6.0'
2+
__version__ = '0.6.1'
33

44

55
class EinopsError(RuntimeError):

scripts/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name="einops",
11-
version='0.6.0',
11+
version='0.6.1',
1212
description="A new flavour of deep learning operations",
1313
long_description=open('README.md', encoding='utf-8').read(),
1414
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)