From 55f938c3dcbb91c91f2e9bee01556bf8da97158d Mon Sep 17 00:00:00 2001 From: benadha Date: Sat, 14 Aug 2021 21:13:11 +0700 Subject: Fixed handling wide character for input prompt --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index ab38914..37ff7ca 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ if sys.platform == "win32": setup( name="epy-reader", - version="2021.7.16", + version="2021.8.14", description="Terminal/CLI Ebook (epub, fb2, mobi, azw3) Reader", long_description=long_description, long_description_content_type="text/markdown", -- cgit