Skip to content

Commit

Permalink
Increase version to 0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
aerkalov committed Nov 30, 2022
1 parent 56ae4db commit 8413c23
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
EbookLib 0.17
EbookLib 0.18
2 changes: 1 addition & 1 deletion ebooklib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Version of ebook library

VERSION = (0, 17, 1)
VERSION = (0, 18, 1)

# LIST OF POSSIBLE ITEMS
ITEM_UNKNOWN = 0
Expand Down
2 changes: 1 addition & 1 deletion ebooklib/epub.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@


# Version of EPUB library
VERSION = (0, 17, 1)
VERSION = (0, 18, 1)

NAMESPACES = {'XML': 'http://www.w3.org/XML/1998/namespace',
'EPUB': 'http://www.idpf.org/2007/ops',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def read(path):

setup(
name = 'EbookLib',
version = '0.17.1',
version = '0.18',
author = 'Aleksandar Erkalovic',
author_email = 'aerkalov@gmail.com',
packages = ['ebooklib', 'ebooklib.plugins'],
Expand Down

0 comments on commit 8413c23

Please sign in to comment.