Skip to content

Commit bf745a0

Browse files
committed
adding "MIN" Frequency code for minute
1 parent b0c5cc5 commit bf745a0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

geokube/core/coordinate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ class CoordinateType(Enum):
4040
"U": "microsecond",
4141
"N": "nanosecond",
4242
"NS": "nanosecond",
43+
"MIN": "minute"
4344
}
4445

4546

geokube/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.7.8"
1+
__version__ = "0.2.7.9"

0 commit comments

Comments
 (0)