Add --this-week, --last-week options

This commit is contained in:
Jonathan Bernard
2016-10-21 15:42:48 -05:00
parent e0618f6520
commit 3cf76ef382
3 changed files with 20 additions and 12 deletions

View File

@ -1,6 +1,6 @@
# Package
version = "0.4.1"
version = "0.5.0"
author = "Jonathan Bernard"
description = "Personal Time Keeper"
license = "MIT"
@ -8,5 +8,5 @@ bin = @["ptk"]
# Dependencies
requires @["nim >= 0.15.0", "docopt >= 0.6.4", "uuids", "langutils", "tempfile", "timeutils"]
requires @["nim >= 0.15.0", "docopt >= 0.6.4", "uuids", "langutils", "tempfile", "timeutils >= 0.2.0"]