We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2face1 commit a442a52Copy full SHA for a442a52
3 files changed
.bumpversion.cfg
@@ -2,4 +2,5 @@
2
files = setup.py kindlestrip.py
3
commit = True
4
tag = True
5
+current_version = 1.36.1
6
kindlestrip.py
@@ -45,7 +45,7 @@
45
# 1.31 - To get K8 style mobis to work properly, need to replace SRCS section with section of 0 length
46
# 1.35a- Backport of fixes from 1.32-1.35 to 1.31 to workaround latest Kindlegen changes
47
48
-__version__ = '1.36.0'
+__version__ = '1.36.1'
49
50
import codecs
51
import getopt
setup.py
@@ -15,7 +15,7 @@
15
16
setup(
17
name='kindlestrip',
18
- version='1.36.0',
+ version='1.36.1',
19
url='https://github.com/jefftriplett/kindlestrip',
20
license='Unlicense',
21
description='Strips the penultimate record from Mobipocket ebooks',
0 commit comments