File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1- 0.5.29
1+ 0.5.30
Original file line number Diff line number Diff line change @@ -12,5 +12,6 @@ def show_fingerprint():
1212 cert_str = file .read ()
1313 print (certificate_fingerprint (cert_str ))
1414
15+
1516if __name__ == "__main__" :
16- show_fingerprint ()
17+ show_fingerprint ()
Original file line number Diff line number Diff line change 1919with open ('README.md' , 'r' , encoding = 'utf-8' ) as file :
2020 long_description = file .read ()
2121
22- with open ('VERSION' , 'r' , encoding = 'utf-8' ) as file :
23- version = file .read ().strip ()
24-
2522setup (name = 'openleadr' ,
26- version = '0.5.29 ' ,
23+ version = '0.5.30 ' ,
2724 description = 'Python3 library for building OpenADR Clients (VENs) and Servers (VTNs)' ,
2825 long_description = long_description ,
2926 long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments