Skip to content

Commit

Permalink
Merge pull request #1867 from pp-mo/version_revert_dev
Browse files Browse the repository at this point in the history
Put version string back to DEV.
  • Loading branch information
pp-mo committed Nov 27, 2015
2 parents c057e23 + 1141ddf commit 2d8279e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/iris/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def callback(cube, field, filename):


# Iris revision.
__version__ = '1.9.0-rc1'
__version__ = '1.9.0-DEV'

# Restrict the names imported when using "from iris import *"
__all__ = ['load', 'load_cube', 'load_cubes', 'load_raw',
Expand Down

0 comments on commit 2d8279e

Please sign in to comment.