From 845cd90ddf1c6685f533a8654b6bd0491e257978 Mon Sep 17 00:00:00 2001 From: brent s Date: Wed, 24 Jun 2020 01:52:52 -0400 Subject: [PATCH] fixed apparently. version bump --- repomirror/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repomirror/constants.py b/repomirror/constants.py index 965aa1b..a08de9e 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.1' +VERSION = '1.0.2'