Skip to content

Commit

Permalink
Merge 6c3915f into beab247
Browse files Browse the repository at this point in the history
  • Loading branch information
timgates42 committed Mar 3, 2020
2 parents beab247 + 6c3915f commit d9c7bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/meticulous/_process.py
Expand Up @@ -98,7 +98,7 @@ def validate_versions():
"""
versions = [
("unanimous", unanimous.version.__version__, "0.6.5"),
("spelling", spelling.version.__version__, "0.6.4"),
("spelling", spelling.version.__version__, "0.7.0"),
]
for name, vertxt, minvertxt in versions:
vertup = tuple(int(elem) for elem in vertxt.split("."))
Expand Down

0 comments on commit d9c7bd7

Please sign in to comment.