Skip to content

Commit 0ee842c

Browse files
committed
release
1 parent 9acc5c5 commit 0ee842c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

__main__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
open_file,
1919
exit_prompt)
2020

21-
__version__ = "0.9.2"
21+
__version__ = "0.9.3"
2222
__author__ = "Rafał Karoń <rafalkaron@gmail.com.com>"
2323

2424
def main():
@@ -45,10 +45,8 @@ def main():
4545
start_time = time.time()
4646
html_str = clipps_str_to_html_str(read_file(in_path))
4747
pb(50)
48-
4948
if args.custom_style:
5049
html_str = custom_style_html_str(args.custom_style, html_str)
51-
5250
if not args.no_style and not args.custom_style:
5351
html_str = default_style_html_str(html_str)
5452
pb(75)

0 commit comments

Comments
 (0)