aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorbenadha <benawiadha@gmail.com>2021-10-29 23:23:02 +0700
committerbenadha <benawiadha@gmail.com>2021-10-29 23:23:02 +0700
commit0eb1e5885e94048eb27c15e2a7b75a93e21bc0a5 (patch)
tree21639935f8a1b24c52ba6f1f210d175e1f98c925 /setup.py
parentb6e60132eea6d10f40dd03aa864dfce1cf9b2e4f (diff)
downloadepy-0eb1e5885e94048eb27c15e2a7b75a93e21bc0a5.tar.gz
Implement SeamlessBetweenChapters
Squashed commit of the following: commit 3354294302ceae83dcd09bf8c927c9c929bebd55 Author: benadha <benawiadha@gmail.com> Date: Fri Oct 29 23:21:16 2021 +0700 Implement SeamlessBetweenChapters feature commit 974f04678441b944db0551e63c0af898f3cedaed Author: benadha <benawiadha@gmail.com> Date: Tue Oct 26 22:28:49 2021 +0700 Added seamless adjustment when opening images commit 71cceffaf2177301f6f89e280d50ec80347f1082 Author: benadha <benawiadha@gmail.com> Date: Tue Oct 26 22:06:57 2021 +0700 Initial working seamless between content feature commit dcade1e1ac3c8dc5080d474ea5746de43364bc27 Author: benadha <benawiadha@gmail.com> Date: Tue Oct 26 20:49:13 2021 +0700 Separate html parsing into its own method parse_html() and remove line for src_lines suffix
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a073e21..07bc177 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ if sys.platform == "win32":
setup(
name="epy-reader",
- version="2021.10.25",
+ version="2021.10.29",
description="Terminal/CLI Ebook (epub, fb2, mobi, azw3) Reader",
long_description=long_description,
long_description_content_type="text/markdown",