From 62f7f0ff72b2504520c84d14da38c8ce69c950cd Mon Sep 17 00:00:00 2001 From: yihong0618 Date: Fri, 10 Mar 2023 08:56:11 +0800 Subject: [PATCH] fix: use the same version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0cd4ca2..3dfc924 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( author_email="zouzou0208@gmail.com", url="https://github.com/yihong0618/kindle_download_helper", license="GPL-3.0-or-later", - version="1.2.0", + version="1.4.0", description="Download all your kindle books and `DeDRM` script.", long_description="Download all your kindle books and `DeDRM` script.", packages=find_packages(),