Skip to content

Commit cafcdd6

Browse files
committed
v0.7.2
1 parent 8057a25 commit cafcdd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gridded/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
__version__ = "0.7.2dev"
3+
__version__ = "0.7.2"
44

55
VALID_SGRID_LOCATIONS = (None, 'center', 'edge1', 'edge2', 'node')
66
VALID_UGRID_LOCATIONS = (None, 'node', 'face', 'edge', 'boundary')

0 commit comments

Comments
 (0)