File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 55"""
66
77# Version of the package
8- __version__ = "1.0.3 "
8+ __version__ = "1.1.1 "
Original file line number Diff line number Diff line change 11from datetime import datetime
22import os
3+ from raw_image_converter import __version__
34from raw_image_converter .utils import (
45 check_file_type ,
56 convert_file ,
@@ -18,7 +19,7 @@ def tuple_type(values):
1819
1920
2021def main ():
21- print ("### PYTHON IMAGE CONVERTER ### \n \n " )
22+ print (f "### PYTHON IMAGE CONVERTER { __version__ } ### \n \n " )
2223
2324 parser = argparse .ArgumentParser (description = "Convert images to JPG/PNG" )
2425 parser .add_argument (
Original file line number Diff line number Diff line change 1010# This call to setup() does all the work
1111setup (
1212 name = "raw-image-converter" ,
13- version = "1.1.0 " ,
13+ version = "1.1.1 " ,
1414 description = "Batch conversions of raw images" ,
1515 long_description = README ,
1616 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments