diff --git a/jc/parsers/crontab.py b/jc/parsers/crontab.py index 82d59581..78ff5336 100644 --- a/jc/parsers/crontab.py +++ b/jc/parsers/crontab.py @@ -173,7 +173,7 @@ import jc.parsers.universal class info(): """Provides parser metadata (version, author, etc.)""" - version = '1.8' + version = '1.9' description = '`crontab` command and file parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/crontab_u.py b/jc/parsers/crontab_u.py index 345a8e91..0379d6c3 100644 --- a/jc/parsers/crontab_u.py +++ b/jc/parsers/crontab_u.py @@ -24,7 +24,6 @@ Schema: ], "schedule": [ { - "occurrence" string, "minute": [ string ], @@ -171,7 +170,7 @@ import jc.parsers.universal class info(): """Provides parser metadata (version, author, etc.)""" - version = '1.9' + version = '1.10' description = '`crontab` file parser with user support' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com'