Skip to content

Commit a442a52

Browse files
committed
Bump version: 1.36.0 → 1.36.1
1 parent e2face1 commit a442a52

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
files = setup.py kindlestrip.py
33
commit = True
44
tag = True
5+
current_version = 1.36.1
56

kindlestrip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
# 1.31 - To get K8 style mobis to work properly, need to replace SRCS section with section of 0 length
4646
# 1.35a- Backport of fixes from 1.32-1.35 to 1.31 to workaround latest Kindlegen changes
4747

48-
__version__ = '1.36.0'
48+
__version__ = '1.36.1'
4949

5050
import codecs
5151
import getopt

setup.py

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

1616
setup(
1717
name='kindlestrip',
18-
version='1.36.0',
18+
version='1.36.1',
1919
url='https://github.com/jefftriplett/kindlestrip',
2020
license='Unlicense',
2121
description='Strips the penultimate record from Mobipocket ebooks',

0 commit comments

Comments
 (0)