From 6d384e71aefd3ba6976a23e3b2dd8445903ab746 Mon Sep 17 00:00:00 2001 From: brent s Date: Tue, 7 Jul 2020 02:31:01 -0400 Subject: [PATCH] version bump --- repomirror/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'