Skip to content

Commit

Permalink
add next coordinated release to version lookup table
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe committed Dec 19, 2024
1 parent c58f59f commit 7920b25
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions metplus/component_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@
import sys

VERSION_LOOKUP = {
'6.1': {
'metplus': '6.1.0',
'met': '12.1.0',
'metplotpy': '3.1.0',
'metcalcpy': '3.1.0',
'metdataio': '3.1.0',
'metviewer': '6.1.0',
'metexpress': None,
},
'6.0': {
'metplus': '6.0.0',
'met': '12.0.0',
Expand Down

0 comments on commit 7920b25

Please sign in to comment.