Skip to content

Commit 20b3f37

Browse files
committed
Increase version number to 0.17.1
1 parent 7f8985c commit 20b3f37

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

ebooklib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# Version of ebook library
1818

19-
VERSION = (0, 17, 0)
19+
VERSION = (0, 17, 1)
2020

2121
# LIST OF POSSIBLE ITEMS
2222
ITEM_UNKNOWN = 0

ebooklib/epub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636

3737
# Version of EPUB library
38-
VERSION = (0, 17, 0)
38+
VERSION = (0, 17, 1)
3939

4040
NAMESPACES = {'XML': 'http://www.w3.org/XML/1998/namespace',
4141
'EPUB': 'http://www.idpf.org/2007/ops',

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def read(path):
1313

1414
setup(
1515
name = 'EbookLib',
16-
version = '0.17',
16+
version = '0.17.1',
1717
author = 'Aleksandar Erkalovic',
1818
author_email = 'aerkalov@gmail.com',
1919
packages = ['ebooklib', 'ebooklib.plugins'],

0 commit comments

Comments
 (0)