diff --git a/repomirror/constants.py b/repomirror/constants.py index a08de9e..239e2e6 100644 --- a/repomirror/constants.py +++ b/repomirror/constants.py @@ -12,4 +12,4 @@ RSYNC_DEF_ARGS = ['--recursive', '--exclude=.*'] # How many days an upstream should have last synced by before it's considered stale. DAYS_WARN = 2 -VERSION = '1.0.2' +VERSION = '1.0.3'