Skip to content

Commit

Permalink
feat(main.py): Changed the version from 2.1.0 to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jemeni11 committed Oct 30, 2023
1 parent 039d06e commit e4f7424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FicImage/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from .image import get_image_from_url
from .utils import config_check, load_config_json, default_ficimage_settings

__version__ = "2.1.0"
__version__ = "3.0.0"


def update_epub(path_to_epub, config_file_path, debug):
Expand Down

0 comments on commit e4f7424

Please sign in to comment.