Merge in fix lost from 0.5.1

This commit is contained in:
Jonathan Bernard
2019-02-18 15:34:09 -06:00
2 changed files with 28 additions and 17 deletions

View File

@@ -1,11 +1,11 @@
# Package
version = "0.5.1"
version = "0.6.2"
author = "Jonathan Bernard"
description = "Helper functions for writing command line interfaces."
license = "MIT"
# Dependencies
requires @["nim >= 0.18.0", "docopt"]
requires @["nim >= 0.19.0", "docopt >= 0.6.8"]