Skip to content

Commit c740c80

Browse files
committed
v0.7.3
1 parent 70c1a93 commit c740c80

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.3dev"
3+
__version__ = "0.7.3"
44

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

0 commit comments

Comments
 (0)