We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeec67c commit d39132aCopy full SHA for d39132a
norbert/utils.py
@@ -2,4 +2,4 @@
2
import itertools
3
4
5
-__version__ = "0.2.0"
+__version__ = "0.2.1"
setup.py
@@ -15,7 +15,7 @@
15
16
setup(
17
name='norbert',
18
- version='0.2.0',
+ version='0.2.1',
19
description='Painless Wiener Filters',
20
long_description=long_description,
21
long_description_content_type='text/markdown',
0 commit comments