From 2d092d551333be6568f5fa6bd460e00acad1cea5 Mon Sep 17 00:00:00 2001 From: yihong0618 Date: Tue, 31 Oct 2023 18:51:03 +0800 Subject: [PATCH] chore: bump PyPI version Signed-off-by: yihong0618 --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 34af6d7..88798e0 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,6 @@ #!/usr/bin/env python3 from setuptools import find_packages, setup - packages = [ "bs4", "openai", @@ -18,7 +17,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.4.0", + version="0.5.0", license="MIT", author="yihong0618", author_email="zouzou0208@gmail.com",