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():
12
12
cert_str = file .read ()
13
13
print (certificate_fingerprint (cert_str ))
14
14
15
+
15
16
if __name__ == "__main__" :
16
- show_fingerprint ()
17
+ show_fingerprint ()
Original file line number Diff line number Diff line change 19
19
with open ('README.md' , 'r' , encoding = 'utf-8' ) as file :
20
20
long_description = file .read ()
21
21
22
- with open ('VERSION' , 'r' , encoding = 'utf-8' ) as file :
23
- version = file .read ().strip ()
24
-
25
22
setup (name = 'openleadr' ,
26
- version = '0.5.29 ' ,
23
+ version = '0.5.30 ' ,
27
24
description = 'Python3 library for building OpenADR Clients (VENs) and Servers (VTNs)' ,
28
25
long_description = long_description ,
29
26
long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments