We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f8985c commit 20b3f37Copy full SHA for 20b3f37
3 files changed
ebooklib/__init__.py
@@ -16,7 +16,7 @@
16
17
# Version of ebook library
18
19
-VERSION = (0, 17, 0)
+VERSION = (0, 17, 1)
20
21
# LIST OF POSSIBLE ITEMS
22
ITEM_UNKNOWN = 0
ebooklib/epub.py
@@ -35,7 +35,7 @@
35
36
37
# Version of EPUB library
38
39
40
NAMESPACES = {'XML': 'http://www.w3.org/XML/1998/namespace',
41
'EPUB': 'http://www.idpf.org/2007/ops',
setup.py
@@ -13,7 +13,7 @@ def read(path):
13
14
setup(
15
name = 'EbookLib',
- version = '0.17',
+ version = '0.17.1',
author = 'Aleksandar Erkalovic',
author_email = 'aerkalov@gmail.com',
packages = ['ebooklib', 'ebooklib.plugins'],
0 commit comments