From 39bfc6632ceec8957c426d411b1e98a63e72b0a9 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Sat, 19 Dec 2015 17:21:14 -0600 Subject: [PATCH] Correct CLI version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8360971e..39cb06f1 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version="2.2.166", + version="2.2.16", description='A tool for downloading fanfiction to eBook formats', long_description=long_description,