Fix library configuration with new submodules.

This commit is contained in:
2022-02-07 14:01:59 -06:00
parent 224818f3c7
commit 4e5152bed3
5 changed files with 5 additions and 4 deletions

View File

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