We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24d14d0 commit 18758e8Copy full SHA for 18758e8
einops/__init__.py
@@ -1,5 +1,5 @@
1
__author__ = 'Alex Rogozhnikov'
2
-__version__ = '0.6.0'
+__version__ = '0.6.1'
3
4
5
class EinopsError(RuntimeError):
scripts/setup.py
@@ -8,7 +8,7 @@
8
9
setup(
10
name="einops",
11
- version='0.6.0',
+ version='0.6.1',
12
description="A new flavour of deep learning operations",
13
long_description=open('README.md', encoding='utf-8').read(),
14
long_description_content_type='text/markdown',
0 commit comments