Skip to content

Commit

Permalink
MAI: Update version texts
Browse files Browse the repository at this point in the history
  • Loading branch information
carterbox committed Oct 8, 2018
1 parent 162ffb1 commit ae39424
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.1.4
1.2.0
2 changes: 1 addition & 1 deletion meta.yaml
@@ -1,6 +1,6 @@
package:
name: tomopy
version: '1.1.4'
version: '1.2.0'

source:
# git_url: https://github.com/tomopy/tomopy.git
Expand Down
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.1.4'
__version__ = '1.2.0'

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

0 comments on commit ae39424

Please sign in to comment.