Skip to content

Commit 6eb5508

Browse files
committed
Fix D47data.compute_r() and bump version
1 parent 6ae1745 commit 6eb5508

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

D47crunch/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
__contact__ = '[email protected]'
1414
__copyright__ = 'Copyright (c) 2020 Mathieu Daëron'
1515
__license__ = 'Modified BSD License - https://opensource.org/licenses/BSD-3-Clause'
16-
__date__ = '2021-03-15'
17-
__version__ = '1.1.1'
16+
__date__ = '2021-06-30'
17+
__version__ = '1.2.0'
1818

1919
import os
2020
import numpy as np

0 commit comments

Comments
 (0)