Skip to content

Commit e18dded

Browse files
added version 1.0.3
1 parent 818e8e7 commit e18dded

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

mkl_fft/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@
2727
from ._pydfti import (fft, ifft, fft2, ifft2, fftn, ifftn, rfft, irfft,
2828
rfft_numpy, irfft_numpy, rfftn_numpy, irfftn_numpy)
2929

30+
__version__ = '1.0.3'
3031
__all__ = ['fft', 'ifft', 'fft2', 'ifft2', 'fftn', 'ifftn', 'rfft', 'irfft',
3132
'rfft_numpy', 'irfft_numpy', 'rfftn_numpy', 'irfftn_numpy']

setup.py

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

2929
MAJOR = 1
3030
MINOR = 0
31-
MICRO = 2
31+
MICRO = 3
3232
ISRELEASED = False
3333

3434
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

0 commit comments

Comments
 (0)