Skip to content

Commit

Permalink
DOC: Update version numbers 1.4.0 (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
carterbox committed Jan 29, 2019
1 parent 48230d5 commit 2adc14f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.3.0
1.4.0
2 changes: 1 addition & 1 deletion tomopy/__init__.py
Expand Up @@ -49,7 +49,7 @@
from __future__ import (absolute_import, division, print_function,
unicode_literals)

__version__ = '1.3.0'
__version__ = '1.4.0'

from ._fft_loader import fft_impl
from tomopy.misc.corr import *
Expand Down

0 comments on commit 2adc14f

Please sign in to comment.