File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 22files = setup.py kindlestrip.py
33commit = True
44tag = True
5+ current_version = 1.36.1
56
Original file line number Diff line number Diff line change 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
5050import codecs
5151import getopt
Original file line number Diff line number Diff line change 1515
1616setup (
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' ,
You can’t perform that action at this time.
0 commit comments