Skip to content

Commit

Permalink
Merge pull request #1226 from bjlittle/release_version
Browse files Browse the repository at this point in the history
Update version for release
  • Loading branch information
esc24 committed Jul 4, 2014
2 parents b4c7ee7 + 13e61ee commit b1f7be4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/iris/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def callback(cube, field, filename):


# Iris revision.
__version__ = '1.7.0-dev'
__version__ = '1.7.0'

# Restrict the names imported when using "from iris import *"
__all__ = ['load', 'load_cube', 'load_cubes', 'load_raw',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def run(self):

setup(
name='Iris',
version='1.7.0-dev',
version='1.7.0',
url='http://scitools.org.uk/iris/',
author='UK Met Office',

Expand Down

0 comments on commit b1f7be4

Please sign in to comment.