From 97f972450b8e2570163ac61070f8fe99582212b3 Mon Sep 17 00:00:00 2001 From: yihong0618 Date: Thu, 29 Feb 2024 11:06:58 +0800 Subject: [PATCH] chore: bump version Signed-off-by: yihong0618 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6109563..c194b2d 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ packages = [ setup( name="bbook_maker", description="The bilingual_book_maker is an AI translation tool that uses ChatGPT to assist users in creating multi-language versions of epub/txt files and books.", - version="0.7.8", + version="0.7.9", license="MIT", author="yihong0618", author_email="zouzou0208@gmail.com",