Skip to content

Commit

Permalink
Bump Release Version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmXinu committed Jul 20, 2024
1 parent 26c9329 commit eeba614
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class EpubMergeBase(InterfaceActionBase):
description = _('UI plugin to concatenate multiple epubs into one.')
supported_platforms = ['windows', 'osx', 'linux']
author = 'Jim Miller'
version = (3, 0, 1)
version = (3, 1, 0)
minimum_calibre_version = (3, 48, 0)

#: This field defines the GUI plugin class that contains all the code
Expand Down
2 changes: 1 addition & 1 deletion epubmerge/epubmerge.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import logging
logger = logging.getLogger(__name__)

version="3.0.1"
version="3.1.0"

# py2 vs py3 transition
from six import text_type as unicode
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
name=package_name,

# Versions should comply with PEP440.
version="3.0.1",
version="3.1.0",
description='A tool for merging multiple epubs into one.',
long_description=long_description,

Expand Down

0 comments on commit eeba614

Please sign in to comment.