From 5f8e75d4c111da1f5a61231c606a7a5809db3433 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Fri, 30 Sep 2016 12:08:01 -0500 Subject: [PATCH] Bump CLI only to 2.4.1 due to pypi won't allow re-upload of 2.4.0 properly. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a943e83..4f49b30 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( name="FanFicFare", # Versions should comply with PEP440. - version="2.4.0", + version="2.4.1", description='A tool for downloading fanfiction to eBook formats', long_description=long_description,