diff --git a/pyproject.toml b/pyproject.toml index 425d470..a023e3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "FicImageScript" -version = "3.0.0" +version = "4.0.0" authors = [ { name="Emmanuel C. Jemeni", email="jemenichinonso11@gmail.com" } ] diff --git a/setup.py b/setup.py index b0684cc..19fce32 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="FicImageScript", - version="3.0.0", + version="4.0.0", author="Emmanuel C. Jemeni", author_email="jemenichinonso11@gmail.com", description="FicImage is an application designed to enhance the reading experience of FicHub epubs.",