Skip to content

Commit 1141ddf

Browse files
committed
Put version string back to DEV.
1 parent c057e23 commit 1141ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/iris/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def callback(cube, field, filename):
114114

115115

116116
# Iris revision.
117-
__version__ = '1.9.0-rc1'
117+
__version__ = '1.9.0-DEV'
118118

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

0 commit comments

Comments
 (0)